Searched refs:textureSubImage2D (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 744 ASSIGN("glTextureSubImage2D", textureSubImage2D); in initProcsDesktopGL() 930 ASSIGN("glTextureSubImage2D", textureSubImage2D); in initProcsDesktopGL() 1703 ASSIGN("glTextureSubImage2DEXT", textureSubImage2D); in initProcsDesktopGL() 3511 textureSubImage2D = &glTextureSubImage2DNULL; in initProcsDesktopGLNULL() 3696 textureSubImage2D = &glTextureSubImage2DNULL; in initProcsDesktopGLNULL() 4468 textureSubImage2D = &glTextureSubImage2DNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 715 PFNGLTEXTURESUBIMAGE2DPROC textureSubImage2D = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 181 void textureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, GLint yoffset, \
|
D | Context_gl.cpp | 3613 void Context::textureSubImage2D(TextureID texture, in textureSubImage2D() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 2886 context->textureSubImage2D(texturePacked, level, xoffset, yoffset, width, height, in TextureSubImage2D()
|