Searched defs:ClearDepthf (Results 1 – 12 of 12) sorted by relevance
138 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member597 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member
716 struct ClearDepthf { struct717 typedef ClearDepthf ValueType; argument718 static const CommandId kCmdId = kClearDepthf; argument742 COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8); argument
251 TEST_F(GLES2FormatTest, ClearDepthf) { in TEST_F() argument
176 void GLES2Implementation::ClearDepthf(GLclampf depth) { in ClearDepthf() function
72 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) { in ClearDepthf() function
120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) { in ClearDepthf() function
166 TEST_F(GLES2ImplementationTest, ClearDepthf) { in TEST_F() argument
153 void ClearDepthf(GLclampf depth) { in ClearDepthf() function
174 void ClearDepthf(PP_Resource context_id, GLclampf depth) { in ClearDepthf() function
180 void ClearDepthf(PP_Resource context_id, GLclampf depth) { in ClearDepthf() function
5307 KEYWORD1 void KEYWORD2 NAME(ClearDepthf)(GLclampf depth) in NAME() argument
7406 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth) in GLAPI_PREFIX() argument