Searched refs:GetTextureSubImage (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGetTextureSubImageTests.cpp | 45 gl4cts::GetTextureSubImage::Tests::Tests(deqp::Context& context) in Tests() 48 addChild(new GetTextureSubImage::Errors(m_context)); in Tests() 49 addChild(new GetTextureSubImage::Functional(m_context)); in Tests() 52 gl4cts::GetTextureSubImage::Tests::~Tests(void) in ~Tests() 56 void gl4cts::GetTextureSubImage::Tests::init(void) in init() 68 gl4cts::GetTextureSubImage::Errors::Errors(deqp::Context& context) in Errors() 85 gl4cts::GetTextureSubImage::Errors::~Errors(void) in ~Errors() 91 tcu::TestNode::IterateResult gl4cts::GetTextureSubImage::Errors::iterate(void) in iterate() 153 void gl4cts::GetTextureSubImage::Errors::prepare() in prepare() 254 bool gl4cts::GetTextureSubImage::Errors::testExistingTextureObjectError() in testExistingTextureObjectError() [all …]
|
D | gl4cGetTextureSubImageTests.hpp | 45 namespace GetTextureSubImage namespace
|
D | gl4cTestPackages.cpp | 419 addChild(new gl4cts::GetTextureSubImage::Tests(getContext())); in init()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_get_texture_sub_image.txt | 56 void GetTextureSubImage(uint texture, int level, 86 void GetTextureSubImage(uint texture, int level, 187 GetTextureSubImage. 202 In addition to the same errors generated by GetTextureSubImage with 326 - Require GetTextureSubImage for cube map textures to respect the
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_get_texture_sub_image.txt | 66 void GetTextureSubImage(uint texture, int level, 96 void GetTextureSubImage(uint texture, int level, 197 GetTextureSubImage. 212 In addition to the same errors generated by GetTextureSubImage with 336 - Require GetTextureSubImage for cube map textures to respect the
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 7580 ANGLE_CAPTURE(GetTextureSubImage, isCallValid, context, texturePacked, level, xoffset, in GL_GetTextureSubImage()
|