Searched refs:src_internal_format (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.hpp | 152 …TestCases(glw::GLenum dst_internal_format, glw::GLenum dst_target, glw::GLenum src_internal_format,
|
H A D | gl4cCopyImageTests.cpp | 3255 …alTest::prepareTestCases(GLenum dst_internal_format, GLenum dst_target, GLenum src_internal_format, in prepareTestCases() argument 3292 const GLenum src_format = Utils::getFormat(src_internal_format); in prepareTestCases() 3294 const GLenum src_type = Utils::getType(src_internal_format); in prepareTestCases() 3359 src_level, src_internal_format, src_format, src_type}, in prepareTestCases()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 11905 …bool execute(GLenum src_internal_format, GLenum dst_internal_format, GLuint src_object_id, GLuint … 12020 bool ForbiddenCase::execute(GLenum src_internal_format, GLenum dst_internal_format, GLuint src_obje… in execute() argument 12041 … if (m_source_attachment_type == GL_RENDERBUFFER && !isValidRBOInternalFormat(src_internal_format)) in execute() 12046 …while (getFormatAndTypeCompatibleWithInternalformat(src_internal_format, n_src_pair, &fbo_format, … in execute() 12049 if (!isColorRenderableInternalFormat(src_internal_format)) in execute() 12055 …if (!configureGLObject(1, m_source_attachment_type, src_object_id, src_internal_format, fbo_format… in execute() 12060 … if (!isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat(src_internal_format, in execute() 12065 … << "Testing conversion [" << getInternalformatString(src_internal_format) in execute() 12082 … m_testCtx.getLog() << tcu::TestLog::Message << "[" << getInternalformatString(src_internal_format) in execute() 12092 … m_testCtx.getLog() << tcu::TestLog::Message << "[" << getInternalformatString(src_internal_format) in execute()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.hpp | 259 … formatDefinition(glw::GLenum src_internal_format, glw::GLenum src_format, glw::GLenum src_type,
|
H A D | esextcTextureCubeMapArraySampling.cpp | 4215 TextureCubeMapArraySamplingTest::formatDefinition::formatDefinition(glw::GLenum src_internal_format, argument 4221 : m_source(src_internal_format, src_format, src_type, src_is_compressed)
|