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

/external/quake/quake/src/WinQuake/
H A Dglquake.h380 #define glIsTexture(...) do { glIsTexture(__VA_ARGS__); GLCHECK("glIsTexture");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java963 public boolean glIsTexture(int texture) { method in class:GLErrorLogger.ErrorLoggingGL
964 boolean result = ((GL11)mGL).glIsTexture( texture);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp3813 GLboolean __stdcall glIsTexture(GLuint texture) function

Completed in 82 milliseconds