Home
last modified time | relevance | path

Searched refs:getTextureSubImage (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h244 void getTextureSubImage(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
DContext_gl.cpp3214 void Context::getTextureSubImage(TextureID texture, in getTextureSubImage() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl379 glGetTextureSubImageFunc getTextureSubImage; variable
DglwInitGL45.inl287 gl->getTextureSubImage = (glGetTextureSubImageFunc) loader->get("glGetTextureSubImage");
DglwInitGL46.inl287 gl->getTextureSubImage = (glGetTextureSubImageFunc) loader->get("glGetTextureSubImage");
DglwImpl.inl2996 …gl->getTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, ty…
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp306 ASSIGN("glGetTextureSubImage", getTextureSubImage); in initProcsDesktopGL()
1862 ASSIGN("glGetTextureSubImage", getTextureSubImage); in initProcsDesktopGL()
3094 getTextureSubImage = &glGetTextureSubImageNULL; in initProcsDesktopGLNULL()
4648 getTextureSubImage = &glGetTextureSubImageNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h669 PFNGLGETTEXTURESUBIMAGEPROC getTextureSubImage = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl379 gl->getTextureSubImage = glGetTextureSubImage;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp7297 context->getTextureSubImage(texturePacked, level, xoffset, yoffset, zoffset, width, in GL_GetTextureSubImage()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl2781 …m_gl.getTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, t…