Searched defs:copyTexSubImage2D (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 104 'copyTexSubImage2D': {8: { 0:true }}, property
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int… in copyTexSubImage2D() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 1590 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage2D() function in sglr::ReferenceContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 92 glCopyTexSubImage2DFunc copyTexSubImage2D; variable
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
D | WebGLRenderingContext.java | 615 …public final native void copyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x… in copyTexSubImage2D() method in WebGLRenderingContext
|