Searched defs:ClearStencil (Results 1 – 13 of 13) sorted by relevance
145 void TestGLES2Interface::ClearStencil(GLint s) { in ClearStencil() function in cc::TestGLES2Interface
93 void (*ClearStencil)(PP_Resource context, GLint s); member
748 struct ClearStencil { struct749 typedef ClearStencil ValueType; argument750 static const CommandId kCmdId = kClearStencil; argument774 COMPILE_ASSERT(sizeof(ClearStencil) == 8, Sizeof_ClearStencil_is_not_8); argument
261 TEST_F(GLES2FormatTest, ClearStencil) { in TEST_F() argument
183 void GLES2Implementation::ClearStencil(GLint s) { in ClearStencil() function
125 void GLES2TraceImplementation::ClearStencil(GLint s) { in ClearStencil() function
74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { in ClearStencil() function
160 void ClearStencil(GLint s) { in ClearStencil() function
177 TEST_F(GLES2ImplementationTest, ClearStencil) { in TEST_F() argument
181 void ClearStencil(PP_Resource context_id, GLint s) { in ClearStencil() function
187 void ClearStencil(PP_Resource context_id, GLint s) { in ClearStencil() function
1323 KEYWORD1 void KEYWORD2 NAME(ClearStencil)(GLint s) in NAME() argument
2849 GLAPI void APIENTRY GLAPI_PREFIX(ClearStencil)(GLint s) in GLAPI_PREFIX() argument