Home
last modified time | relevance | path

Searched defs:glIsEnabled (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h379 #define glIsEnabled(...) do { glIsEnabled(__VA_ARGS__); GLCHECK("glIsEnabled");} while(0) macro
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.cpp3647 GLboolean __stdcall glIsEnabled(GLenum cap) in glIsEnabled() function