Searched refs:glCopyTexSubImage2D (Results 1 – 3 of 3) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | glquake.h | 342 #define glCopyTexSubImage2D(...) do { glCopyTexSubImage2D(__VA_ARGS__); GLCHECK("glCopyTexSubImage2… macro
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 393 ::glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in copyTexSubImage2D()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_glfuncs.h | 62 SDL_PROC_UNUSED(void,glCopyTexSubImage2D,(GLenum target, GLint level, GLint xoffset, GLint yoffset,…
|