Home
last modified time | relevance | path

Searched defs:copyTexSubImage2D (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js104 'copyTexSubImage2D': {8: { 0:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp336 void GLContext::copyTexSubImage2D(uint32_t target, int level, int xoffset, int yoffset, int x, int … in copyTexSubImage2D() function in sglr::GLContext
H A DsglrReferenceContext.cpp1702 void ReferenceContext::copyTexSubImage2D(uint32_t target, int level, int xoffset, int yoffset, int … in copyTexSubImage2D() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h85 PFNGLCOPYTEXSUBIMAGE2DPROC copyTexSubImage2D = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl117 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5006 void Context::copyTexSubImage2D(TextureTarget target, in copyTexSubImage2D() function in gl::Context