Home
last modified time | relevance | path

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

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js104 'copyTexSubImage2D': {8: { 0:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int… in copyTexSubImage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1590 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl92 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
/external/skia/src/gpu/gl/
DGrGLTestInterface.h46 …virtual GrGLvoid copyTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffse… in copyTexSubImage2D() function