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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h426 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { function in class:GLES2Implementation
430 helper_->DepthRangef(zNear, zFar);
H A Dgles2_interface_stub_impl_autogen.h149 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h377 void DepthRangef(GLclampf zNear, GLclampf zFar) { function
378 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
H A Dgles2_trace_implementation_impl_autogen.h254 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { function in class:GLES2TraceImplementation
255 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthRangef");
256 gl_->DepthRangef(zNear, zFar);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc362 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { function in namespace:mojo::examples::__anon8751
1397 &DepthRangef, &DetachShader,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h200 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar); member in struct:PPB_OpenGLES2_1_0
659 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc369 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { function in namespace:ppapi::__anon10171
372 ToGles2Impl(&enter)->DepthRangef(zNear, zFar);
1629 &DepthRangef, &DetachShader,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1729 struct DepthRangef { struct
1730 typedef DepthRangef ValueType;
1757 COMPILE_ASSERT(sizeof(DepthRangef) == 12, Sizeof_DepthRangef_is_not_12);
1758 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
1760 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
1762 COMPILE_ASSERT(offsetof(DepthRangef, zFar) == 8,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h5313 KEYWORD1 void KEYWORD2 NAME(DepthRangef)(GLclampf zNear, GLclampf zFar) function
5316 DISPATCH(DepthRangef, (zNear, zFar), (F, "glDepthRangef(%f, %f);\n", zNear, zFar));
8862 TABLE_ENTRY(DepthRangef),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h893 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
7413 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar) function
12979 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef))"\n"

Completed in 2036 milliseconds