Searched defs:ClearDepthf (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h176 void GLES2Implementation::ClearDepthf(GLclampf depth) { function in class:GLES2Implementation
179 helper_->ClearDepthf(depth);
H A Dgles2_interface_stub_impl_autogen.h72 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h153 void ClearDepthf(GLclampf depth) { function
154 gles2::cmds::ClearDepthf* c = GetCmdSpace<gles2::cmds::ClearDepthf>();
H A Dgles2_trace_implementation_impl_autogen.h120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) { function in class:GLES2TraceImplementation
121 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearDepthf");
122 gl_->ClearDepthf(depth);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc174 void ClearDepthf(PP_Resource context_id, GLclampf depth) { function in namespace:mojo::examples::__anon8751
1387 &ClearColor, &ClearDepthf,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h138 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member in struct:PPB_OpenGLES2_1_0
597 void (*ClearDepthf)(PP_Resource context, GLclampf depth); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc180 void ClearDepthf(PP_Resource context_id, GLclampf depth) { function in namespace:ppapi::__anon10171
183 ToGles2Impl(&enter)->ClearDepthf(depth);
1619 &ClearColor, &ClearDepthf,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h716 struct ClearDepthf { struct
717 typedef ClearDepthf ValueType;
742 COMPILE_ASSERT(sizeof(ClearDepthf) == 8, Sizeof_ClearDepthf_is_not_8);
743 COMPILE_ASSERT(offsetof(ClearDepthf, header) == 0,
745 COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h5307 KEYWORD1 void KEYWORD2 NAME(ClearDepthf)(GLclampf depth) function
5310 DISPATCH(ClearDepthf, (depth), (F, "glClearDepthf(%f);\n", depth));
8861 TABLE_ENTRY(ClearDepthf),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h892 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth);
7406 GLAPI void APIENTRY GLAPI_PREFIX(ClearDepthf)(GLclampf depth) function
12976 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf))"\n"

Completed in 5190 milliseconds