HomeSort by relevance Sort by last modified time
    Searched defs:DepthRangef (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
363 helper_->DepthRangef(zNear, zFar);
    [all...]
gles2_cmd_helper_autogen.h 431 void DepthRangef(GLclampf zNear, GLclampf zFar) {
432 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
    [all...]
gles2_interface_stub_impl_autogen.h 123 void GLES2InterfaceStub::DepthRangef(
gles2_trace_implementation_impl_autogen.h 218 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
219 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthRangef");
220 gl_->DepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 104 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 209 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) {
210 GetGLES(context_id)->DepthRangef(zNear, zFar);
882 &DepthRangef,
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 485 milliseconds