Searched defs:copyTexSubImage3D (Results 1 - 1 of 1) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) function in class:sglr::GLContext 370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height);
|
Completed in 36 milliseconds