Searched refs:glSampleCoveragex (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h407 #define glSampleCoveragex(...) do { glSampleCoveragex(__VA_ARGS__); GLCHECK("glSampleCoveragex");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java581 public void glSampleCoveragex(int value, boolean invert) { method in class:GLErrorLogger.ErrorLoggingGL
582 ((GL10)mGL).glSampleCoveragex(value, invert);

Completed in 40 milliseconds