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

/external/quake/quake/src/WinQuake/
H A Dglquake.h322 #define glActiveTexture(...) do { glActiveTexture(__VA_ARGS__); GLCHECK("glActiveTexture");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java56 public void glActiveTexture(int texture) { method in class:GLErrorLogger.ErrorLoggingGL
57 ((GL10) mGL).glActiveTexture(texture);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.h125 FUNCTION_TABLE_ENTRY(glActiveTexture);
222 #define glActiveTexture LOOKUP_GL_FUNCTION(glActiveTexture) macro
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp33 void __stdcall glActiveTexture(GLenum texture) function

Completed in 70 milliseconds