Searched defs:copyTexSubImage2D (Results 1 – 3 of 3) sorted by relevance
343 void GLContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int… in copyTexSubImage2D() function in sglr::GLContext
1590 void ReferenceContext::copyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in copyTexSubImage2D() function in sglr::ReferenceContext
92 glCopyTexSubImage2DFunc copyTexSubImage2D; variable