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

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 21 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
23 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_android.cc 25 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
27 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_x11.cc 28 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
30 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
gl_implementation_win.cc 42 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
44 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 49 GLclampf z_near; variable
context_state_impl_autogen.h 49 z_near = 0.0f;
113 glDepthRange(z_near, z_far);
264 params[0] = static_cast<GLint>(z_near);
588 params[0] = static_cast<GLfloat>(z_near);
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 195 WebKit::WGC3Dclampf z_near,
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 157 virtual void depthRange(WebKit::WGC3Dclampf z_near,

Completed in 598 milliseconds