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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { function in class:GLES2Implementation
363 helper_->DepthRangef(zNear, zFar);
H A Dgles2_interface_stub_impl_autogen.h123 void GLES2InterfaceStub::DepthRangef( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h431 void DepthRangef(GLclampf zNear, GLclampf zFar) { function
432 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
H A Dgles2_trace_implementation_impl_autogen.h218 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { function in class:GLES2TraceImplementation
219 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthRangef");
220 gl_->DepthRangef(zNear, zFar);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h104 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.cc209 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { function in namespace:ppapi::__anon9519
210 GetGLES(context_id)->DepthRangef(zNear, zFar);
882 &DepthRangef,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2232 struct DepthRangef { struct
2233 typedef DepthRangef ValueType;
2261 COMPILE_ASSERT(sizeof(DepthRangef) == 12,
2263 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
2265 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
2267 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 351 milliseconds