Searched refs:src_internal_format (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 152 …TestCases(glw::GLenum dst_internal_format, glw::GLenum dst_target, glw::GLenum src_internal_format,
|
D | gl4cCopyImageTests.cpp | 3227 …alTest::prepareTestCases(GLenum dst_internal_format, GLenum dst_target, GLenum src_internal_format, in prepareTestCases() argument 3264 const GLenum src_format = Utils::getFormat(src_internal_format); in prepareTestCases() 3266 const GLenum src_type = Utils::getType(src_internal_format); in prepareTestCases() 3331 src_level, src_internal_format, src_format, src_type }, in prepareTestCases()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 259 formatDefinition(glw::GLenum src_internal_format, glw::GLenum src_format, glw::GLenum src_type,
|
D | esextcTextureCubeMapArraySampling.cpp | 4219 TextureCubeMapArraySamplingTest::formatDefinition::formatDefinition(glw::GLenum src_internal_format, argument 4225 : m_source(src_internal_format, src_format, src_type, src_is_compressed)
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 9981 …bool execute(GLenum src_internal_format, GLenum dst_internal_format, GLuint src_object_id, GLuint … 10096 bool ForbiddenCase::execute(GLenum src_internal_format, GLenum dst_internal_format, GLuint src_obje… in execute() argument 10117 if (m_source_attachment_type == GL_RENDERBUFFER && !isValidRBOInternalFormat(src_internal_format)) in execute() 10122 …while (getFormatAndTypeCompatibleWithInternalformat(src_internal_format, n_src_pair, &fbo_format, … in execute() 10125 if (!isColorRenderableInternalFormat(src_internal_format)) in execute() 10131 …if (!configureGLObject(1, m_source_attachment_type, src_object_id, src_internal_format, fbo_format… in execute() 10136 if (!isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat(src_internal_format, in execute() 10141 << "Testing conversion [" << getInternalformatString(src_internal_format) in execute() 10158 … m_testCtx.getLog() << tcu::TestLog::Message << "[" << getInternalformatString(src_internal_format) in execute() 10168 … m_testCtx.getLog() << tcu::TestLog::Message << "[" << getInternalformatString(src_internal_format) in execute()
|