Home
last modified time | relevance | path

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

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