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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp311 void GLContext::copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) function in class:sglr::GLContext
325 m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y, width, height, border);

Completed in 79 milliseconds