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

/external/quake/quake/src/WinQuake/
H A Dglquake.h333 #define glClientActiveTexture(...) do { glClientActiveTexture(__VA_ARGS__); GLCHECK("glClientActiveTexture");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java111 public void glClientActiveTexture(int texture) { method in class:GLErrorLogger.ErrorLoggingGL
112 ((GL10)mGL).glClientActiveTexture(texture);

Completed in 93 milliseconds