Searched defs:z_near (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc24 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near, argument
26 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
H A Dgl_implementation_android.cc27 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near, argument
29 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
H A Dgl_implementation_x11.cc29 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near, argument
31 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
H A Dgl_implementation_win.cc42 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near, argument
44 glDepthRangef(static_cast<GLclampf>(z_near), static_cast<GLclampf>(z_far));
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h65 GLclampf z_near; variable

Completed in 163 milliseconds