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

/external/quake/quake/src/WinQuake/
H A Dglquake.h424 #define glTexSubImage2D(...) do { glTexSubImage2D(__VA_ARGS__); GLCHECK("glTexSubImage2D");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java677 public void glTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorLogger.ErrorLoggingGL
680 ((GL10)mGL).glTexSubImage2D( target, level, xoffset,
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp4726 void __stdcall glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, function
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 93 milliseconds