Home
last modified time | relevance | path

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

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js103 'copyTexImage2D': {8: { 0:true, 2:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, … in copyTexImage2D() function in sglr::GLContext
DsglrReferenceContext.cpp1472 void ReferenceContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, … in copyTexImage2D() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl90 glCopyTexImage2DFunc copyTexImage2D; variable