Home
last modified time | relevance | path

Searched refs:dst_internal_format (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp150 …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…
Dgl4cCopyImageTests.cpp3227 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/
DesextcTextureCubeMapArraySampling.hpp260 bool src_is_compressed, glw::GLenum dst_internal_format, glw::GLenum dst_format,
DesextcTextureCubeMapArraySampling.cpp4222 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/
Des3cCopyTexImageConversionsTests.cpp9981 …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()