Home
last modified time | relevance | path

Searched refs:DepthRangef (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h53 OP(DepthRangef) /* 294 */ \
Dgles2_cmd_format_autogen.h1729 struct DepthRangef { struct
1730 typedef DepthRangef ValueType; argument
1757 COMPILE_ASSERT(sizeof(DepthRangef) == 12, Sizeof_DepthRangef_is_not_12); argument
1758 COMPILE_ASSERT(offsetof(DepthRangef, header) == 0,
1760 COMPILE_ASSERT(offsetof(DepthRangef, zNear) == 4,
1762 COMPILE_ASSERT(offsetof(DepthRangef, zFar) == 8,
Dgles2_cmd_format_test_autogen.h589 TEST_F(GLES2FormatTest, DepthRangef) { in TEST_F() argument
590 cmds::DepthRangef& cmd = *GetBufferAs<cmds::DepthRangef>(); in TEST_F()
593 EXPECT_EQ(static_cast<uint32_t>(cmds::DepthRangef::kCmdId), in TEST_F()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h52 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc369 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { in DepthRangef() function
372 ToGles2Impl(&enter)->DepthRangef(zNear, zFar); in DepthRangef()
1629 &DepthRangef, &DetachShader, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h149 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, in DepthRangef() function
Dgles2_implementation_unittest_autogen.h351 TEST_F(GLES2ImplementationTest, DepthRangef) { in TEST_F() argument
353 cmds::DepthRangef cmd; in TEST_F()
358 gl_->DepthRangef(1, 2); in TEST_F()
Dgles2_cmd_helper_autogen.h377 void DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
378 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>(); in DepthRangef()
Dgles2_trace_implementation_impl_autogen.h254 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
256 gl_->DepthRangef(zNear, zFar); in DepthRangef()
Dgles2_interface_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) = 0;
Dgles2_implementation_autogen.h138 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
Dgles2_interface_stub_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
Dgles2_trace_implementation_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
Dgles2_implementation_impl_autogen.h426 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function
430 helper_->DepthRangef(zNear, zFar); in DepthRangef()
Dgles2_c_lib_autogen.h175 gles2::GetGLContext()->DepthRangef(zNear, zFar); in GLES2DepthRangef()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc362 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { in DepthRangef() function
1397 &DepthRangef, &DetachShader, in GetPPB_OpenGLES2_Thunk()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h200 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar); member
659 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar); member
/external/chromium_org/mojo/public/c/gles2/
Dgles2_call_visitor_autogen.h145 VISIT_GL_CALL(DepthRangef, void, (GLclampf zNear, GLclampf zFar), (zNear, zFar))
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h526 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1228 { "glDepthRangef", _O(DepthRangef) },
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
Dcheck_table.cpp1228 { "glDepthRangef", _O(DepthRangef) },
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc293 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c253 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar); in glDepthRangef()
/external/chromium_org/ppapi/api/
Dppb_opengles2.idl214 void DepthRangef([in] PP_Resource context,
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1_autogen.h555 SpecializedSetup<cmds::DepthRangef, 0>(true); in TEST_P()
556 cmds::DepthRangef cmd; in TEST_P()

12