Searched defs:MarshalClearDepthToClearDepthf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc20 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { function in namespace:gfx::__anon16933
57 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
H A Dgl_implementation_android.cc23 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { function in namespace:gfx::__anon16931
78 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
H A Dgl_implementation_x11.cc25 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { function in namespace:gfx::__anon16935
132 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
H A Dgl_implementation_win.cc38 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { function in namespace:gfx::__anon16934
237 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;

Completed in 95 milliseconds