Searched refs:dst_internal_format (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 150 …void prepareSrcPxls(const targetDesc& desc, glw::GLenum dst_internal_format, glw::GLubyte** out_pi… 152 …void prepareTestCases(glw::GLenum dst_internal_format, glw::GLenum dst_target, glw::GLenum src_int…
|
D | gl4cCopyImageTests.cpp | 3227 void FunctionalTest::prepareTestCases(GLenum dst_internal_format, GLenum dst_target, GLenum src_int… in prepareTestCases() argument 3261 const GLenum dst_format = Utils::getFormat(dst_internal_format); in prepareTestCases() 3263 const GLenum dst_type = Utils::getType(dst_internal_format); in prepareTestCases() 3325 dst_level, dst_internal_format, dst_format, dst_type }, in prepareTestCases()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 260 bool src_is_compressed, glw::GLenum dst_internal_format, glw::GLenum dst_format,
|
D | esextcTextureCubeMapArraySampling.cpp | 4222 glw::GLenum dst_internal_format, argument 4226 , m_destination(dst_internal_format, dst_format, dst_type, false /* 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 10137 dst_internal_format)) in execute() 10142 << "]=>[" << getInternalformatString(dst_internal_format) in execute() 10150 gl.copyTexImage2D(m_destination_attachment_type, 0, dst_internal_format, 0 /* x */, 0 /* y */, in execute() 10159 << "]=>[" << getInternalformatString(dst_internal_format) in execute() 10169 << "]=>[" << getInternalformatString(dst_internal_format) in execute()
|