Searched defs:invert (Results 1 - 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
H A DGLESv2Imp.cpp1663 GL_APICALL void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert){ argument
1665 ctx->dispatcher().glSampleCoverage(value,invert);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
H A DGLEScmImp.cpp1354 GL_API void GL_APIENTRY glSampleCoverage( GLclampf value, GLboolean invert) { argument
1356 ctx->dispatcher().glSampleCoverage(value,invert);
1359 GL_API void GL_APIENTRY glSampleCoveragex( GLclampx value, GLboolean invert) { argument
1361 ctx->dispatcher().glSampleCoverage(X2F(value),invert); local

Completed in 81 milliseconds