Home
last modified time | relevance | path

Searched refs:GetTextureSubImage (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp45 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 …]
Dgl4cGetTextureSubImageTests.hpp45 namespace GetTextureSubImage namespace
Dgl4cTestPackages.cpp419 addChild(new gl4cts::GetTextureSubImage::Tests(getContext())); in init()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_texture_sub_image.txt56 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/
DARB_get_texture_sub_image.txt66 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/
Dentry_points_gl_4_autogen.cpp7580 ANGLE_CAPTURE(GetTextureSubImage, isCallValid, context, texturePacked, level, xoffset, in GL_GetTextureSubImage()