Searched refs:ClearStencil (Results 1 – 5 of 5) sorted by relevance
112 static void ClearStencil(GGLInterface * iface, GLint s) in ClearStencil() function239 iface->ClearStencil = ClearStencil; in InitializeBufferFunctions()
109 SK_GL(*this, ClearStencil(0)); in init()
1300 GL_CALL(ClearStencil(0)); in clearStencil()1334 GL_CALL(ClearStencil(value)); in clearStencilClip()
49 GR_GL_GET_PROC(ClearStencil); in GrGLCreateMesaInterface()
190 void (* ClearStencil)(GGLInterface_t * iface, GLint s); member