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

1 2

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 61 OP(DepthRangef) /* 304 */ \
gles2_cmd_format_test_autogen.h 809 TEST_F(GLES2FormatTest, DepthRangef) {
810 cmds::DepthRangef& cmd = *GetBufferAs<cmds::DepthRangef>();
815 EXPECT_EQ(static_cast<uint32>(cmds::DepthRangef::kCmdId),
    [all...]
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 50 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 209 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) {
210 GetGLES(context_id)->DepthRangef(zNear, zFar);
882 &DepthRangef,
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 123 void GLES2InterfaceStub::DepthRangef(
gles2_implementation_unittest_autogen.h 345 TEST_F(GLES2ImplementationTest, DepthRangef) {
347 cmds::DepthRangef cmd;
352 gl_->DepthRangef(1, 2);
    [all...]
gles2_trace_implementation_impl_autogen.h 218 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
219 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthRangef");
220 gl_->DepthRangef(zNear, zFar);
    [all...]
gles2_implementation_autogen.h 106 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_interface_autogen.h 65 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) = 0;
gles2_interface_stub_autogen.h 69 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_trace_implementation_autogen.h 69 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_implementation_impl_autogen.h 360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
363 helper_->DepthRangef(zNear, zFar);
    [all...]
gles2_cmd_helper_autogen.h 431 void DepthRangef(GLclampf zNear, GLclampf zFar) {
432 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
    [all...]
gles2_c_lib_autogen.h 140 gles2::GetGLContext()->DepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 104 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 677 SpecializedSetup<cmds::DepthRangef, 0>(true);
678 cmds::DepthRangef cmd;
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 203 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar);
  /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_in_process_command_buffer_impl.cc 551 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 796 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 383 #define glDepthRangef MANGLE(DepthRangef)
    [all...]

Completed in 2288 milliseconds

1 2