Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js103 'copyTexImage2D': {8: { 0:true, 2:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp312 void GLContext::copyTexImage2D(uint32_t target, int level, uint32_t internalFormat, int x, int y, i… in copyTexImage2D() function in sglr::GLContext
H A DsglrReferenceContext.cpp1586 void ReferenceContext::copyTexImage2D(uint32_t target, int level, uint32_t internalFormat, int x, i… in copyTexImage2D() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h83 PFNGLCOPYTEXIMAGE2DPROC copyTexImage2D = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl115 glCopyTexImage2DFunc copyTexImage2D; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp4987 void Context::copyTexImage2D(TextureTarget target, in copyTexImage2D() function in gl::Context