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

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.h184 FUNCTION_TABLE_ENTRY(glStencilFuncSeparate);
282 #define glStencilFuncSeparate LOOKUP_GL_FUNCTION(glStencilFuncSeparate) macro
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp4239 glStencilFuncSeparate(GL_FRONT_AND_BACK, func, ref, mask);
4242 void __stdcall glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) function

Completed in 32 milliseconds