Searched refs:copyTextureSubImage2D (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 661 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()
|
D | DispatchTableGL_autogen.h | 633 PFNGLCOPYTEXTURESUBIMAGE2DPROC copyTextureSubImage2D = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 46 void copyTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
|
D | Context_gl.cpp | 3006 void Context::copyTextureSubImage2D(TextureID texture, in copyTextureSubImage2D() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 502 context->copyTextureSubImage2D(texturePacked, level, xoffset, yoffset, x, y, width, in CopyTextureSubImage2D()
|