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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 148 void GLES2Implementation::ClearDepthf(GLclampf depth) {
151 helper_->ClearDepthf(depth);
    [all...]
gles2_cmd_helper_autogen.h 186 void ClearDepthf(GLclampf depth) {
187 gles2::cmds::ClearDepthf* c = GetCmdSpace<gles2::cmds::ClearDepthf>();
    [all...]
gles2_interface_stub_impl_autogen.h 65 void GLES2InterfaceStub::ClearDepthf(GLclampf /* depth */) {
gles2_trace_implementation_impl_autogen.h 107 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) {
108 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearDepthf");
109 gl_->ClearDepthf(depth);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 70 void (*ClearDepthf)(PP_Resource context, GLclampf depth);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 108 void ClearDepthf(PP_Resource context_id, GLclampf depth) {
109 GetGLES(context_id)->ClearDepthf(depth);
863 &ClearDepthf,
  /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 920 struct ClearDepthf {
921 typedef ClearDepthf ValueType;
947 COMPILE_ASSERT(sizeof(ClearDepthf) == 8,
949 COMPILE_ASSERT(offsetof(ClearDepthf, header) == 0,
951 COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 715 milliseconds