HomeSort by relevance Sort by last modified time
    Searched refs:DepthRangef (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 53 OP(DepthRangef) /* 294 */ \
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h 589 TEST_F(GLES2FormatTest, DepthRangef) {
590 cmds::DepthRangef& cmd = *GetBufferAs<cmds::DepthRangef>();
593 EXPECT_EQ(static_cast<uint32_t>(cmds::DepthRangef::kCmdId),
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 52 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 369 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) {
372 ToGles2Impl(&enter)->DepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 149 void GLES2InterfaceStub::DepthRangef(GLclampf /* zNear */,
    [all...]
gles2_cmd_helper_autogen.h 377 void DepthRangef(GLclampf zNear, GLclampf zFar) {
378 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
    [all...]
gles2_implementation_unittest_autogen.h 351 TEST_F(GLES2ImplementationTest, DepthRangef) {
353 cmds::DepthRangef cmd;
358 gl_->DepthRangef(1, 2);
    [all...]
gles2_trace_implementation_impl_autogen.h 254 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
255 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthRangef");
256 gl_->DepthRangef(zNear, zFar);
    [all...]
gles2_implementation_autogen.h 138 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_interface_autogen.h 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) = 0;
gles2_interface_stub_autogen.h 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_trace_implementation_autogen.h 101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_implementation_impl_autogen.h 426 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
430 helper_->DepthRangef(zNear, zFar);
    [all...]
gles2_c_lib_autogen.h 175 gles2::GetGLContext()->DepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 362 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 145 VISIT_GL_CALL(DepthRangef, void, (GLclampf zNear, GLclampf zFar), (zNear, zFar))
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 154 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 253 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 526 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 292 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 555 SpecializedSetup<cmds::DepthRangef, 0>(true);
556 cmds::DepthRangef cmd;
    [all...]
gles2_cmd_decoder_autogen.h 574 const gles2::cmds::DepthRangef& c) {
    [all...]

Completed in 114 milliseconds

1 2