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

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 19 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
57 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
gl_implementation_android.cc 21 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
89 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
gl_implementation_x11.cc 24 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
125 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
gl_implementation_win.cc 39 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
242 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;

Completed in 50 milliseconds