Searched refs:ClearStencil (Results 1 – 12 of 12) sorted by relevance
107 GET_PROC(ClearStencil); in GrGLMakeAssembledGLInterface()484 GET_PROC(ClearStencil); in GrGLMakeAssembledGLESInterface()
2195 GL_CALL(ClearStencil(clearValue)); in clearStencil()2239 GL_CALL(ClearStencil(value)); in clearStencilClip()
107 GET_PROC(ClearStencil); in GrGLMakeAssembledGLInterface()481 GET_PROC(ClearStencil); in GrGLMakeAssembledGLESInterface()
2226 GL_CALL(ClearStencil(clearValue)); in clearStencil()2270 GL_CALL(ClearStencil(value)); in clearStencilClip()
173 void ClearStencil(GLint s);643 return es1::ClearStencil(s); in glClearStencil()1440 this->glClearStencil = es1::ClearStencil; in LibGLES_CMexports()
514 void ClearStencil(GLint s) in ClearStencil() function
257 void (GLAPIENTRY * ClearStencil)(GLint);
43 void ClearStencil(GLint s);
135 return gl::ClearStencil(s); in glClearStencil()1564 this->glClearStencil = gl::ClearStencil; in LibGLESv2exports()
639 void ClearStencil(GLint s) in ClearStencil() function6352 FUNCTION(ClearStencil), in es2GetProcAddress()
771 { "glClearStencil", _O(ClearStencil) },
206 #define glClearStencil MANGLE(ClearStencil)