/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 53 OP(DepthRangef) /* 294 */ \
|
D | gles2_cmd_format_autogen.h | 1729 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,
|
D | gles2_cmd_format_test_autogen.h | 589 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/ |
D | gl2chromium_autogen.h | 52 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 369 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/ |
D | gles2_interface_stub_impl_autogen.h | 149 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */, in DepthRangef() function
|
D | gles2_implementation_unittest_autogen.h | 351 TEST_F(GLES2ImplementationTest, DepthRangef) { in TEST_F() argument 353 cmds::DepthRangef cmd; in TEST_F() 358 gl_->DepthRangef(1, 2); in TEST_F()
|
D | gles2_cmd_helper_autogen.h | 377 void DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function 378 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>(); in DepthRangef()
|
D | gles2_trace_implementation_impl_autogen.h | 254 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function 256 gl_->DepthRangef(zNear, zFar); in DepthRangef()
|
D | gles2_interface_autogen.h | 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) = 0;
|
D | gles2_implementation_autogen.h | 138 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
|
D | gles2_trace_implementation_autogen.h | 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
|
D | gles2_implementation_impl_autogen.h | 426 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef() function 430 helper_->DepthRangef(zNear, zFar); in DepthRangef()
|
D | gles2_c_lib_autogen.h | 175 gles2::GetGLContext()->DepthRangef(zNear, zFar); in GLES2DepthRangef()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 362 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/ |
D | ppb_opengles2.h | 200 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/ |
D | gles2_call_visitor_autogen.h | 145 VISIT_GL_CALL(DepthRangef, void, (GLclampf zNear, GLclampf zFar), (zNear, zFar))
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 526 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1228 { "glDepthRangef", _O(DepthRangef) },
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
D | check_table.cpp | 1228 { "glDepthRangef", _O(DepthRangef) },
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.cc | 293 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 253 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar); in glDepthRangef()
|
/external/chromium_org/ppapi/api/ |
D | ppb_opengles2.idl | 214 void DepthRangef([in] PP_Resource context,
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 555 SpecializedSetup<cmds::DepthRangef, 0>(true); in TEST_P() 556 cmds::DepthRangef cmd; in TEST_P()
|