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

/external/quake/quake/src/WinQuake/
H A Dglquake.h342 #define glCopyTexSubImage2D(...) do { glCopyTexSubImage2D(__VA_ARGS__); GLCHECK("glCopyTexSubImage2D");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java163 public void glCopyTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorLogger.ErrorLoggingGL
165 ((GL10)mGL).glCopyTexSubImage2D( target, level, xoffset,
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1130 void __stdcall glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) function

Completed in 106 milliseconds