Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp661 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
859 ASSIGN("glCopyTextureSubImage2D", copyTextureSubImage2D); in initProcsDesktopGL()
1637 ASSIGN("glCopyTextureSubImage2DEXT", copyTextureSubImage2D); in initProcsDesktopGL()
3429 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
3626 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
4403 copyTextureSubImage2D = &glCopyTextureSubImage2DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h633 PFNGLCOPYTEXTURESUBIMAGE2DPROC copyTextureSubImage2D = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gl_4_5_autogen.h46 void copyTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
DContext_gl.cpp3006 void Context::copyTextureSubImage2D(TextureID texture, in copyTextureSubImage2D() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.cpp502 context->copyTextureSubImage2D(texturePacked, level, xoffset, yoffset, x, y, width, in CopyTextureSubImage2D()