Home
last modified time | relevance | path

Searched defs:ClearDepthf (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ppapi/c/
Dppb_opengles2.h138 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member
597 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h716 struct ClearDepthf { struct
717 typedef ClearDepthf ValueType; argument
718 static const CommandId kCmdId = kClearDepthf; argument
742 COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8); argument
Dgles2_cmd_format_test_autogen.h251 TEST_F(GLES2FormatTest, ClearDepthf) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h176 void GLES2Implementation::ClearDepthf(GLclampf depth) { in ClearDepthf() function
Dgles2_interface_stub_impl_autogen.h72 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) { in ClearDepthf() function
Dgles2_trace_implementation_impl_autogen.h120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) { in ClearDepthf() function
Dgles2_implementation_unittest_autogen.h166 TEST_F(GLES2ImplementationTest, ClearDepthf) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h153 void ClearDepthf(GLclampf depth) { in ClearDepthf() function
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc174 void ClearDepthf(PP_Resource context_id, GLclampf depth) { in ClearDepthf() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc180 void ClearDepthf(PP_Resource context_id, GLclampf depth) { in ClearDepthf() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h5307 KEYWORD1 void KEYWORD2 NAME(ClearDepthf)(GLclampf depth) in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h7406 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth) in GLAPI_PREFIX() argument