HomeSort by relevance Sort by last modified time
    Searched full:depthrangef (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
OES_single_precision.xml 18 <function name="DepthRangefOES" alias="DepthRangef" static_dispatch="false">
gles_api.py 65 'DepthRangef',
323 "DepthRangef",
ARB_ES2_compatibility.xml 52 <function name="DepthRangef" offset="assign">
  /external/mesa3d/src/mapi/glapi/gen/
OES_single_precision.xml 18 <function name="DepthRangefOES" alias="DepthRangef" static_dispatch="false">
gles_api.py 65 'DepthRangef',
323 "DepthRangef",
ARB_ES2_compatibility.xml 52 <function name="DepthRangef" offset="assign">
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 50 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 61 OP(DepthRangef) /* 304 */ \
  /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_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_unittest_autogen.h 345 TEST_F(GLES2ImplementationTest, DepthRangef) {
347 cmds::DepthRangef cmd;
352 gl_->DepthRangef(1, 2);
    [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_interface_stub_impl_autogen.h 123 void GLES2InterfaceStub::DepthRangef(
gles2_trace_implementation_autogen.h 69 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
gles2_cmd_helper_autogen.h 431 void DepthRangef(GLclampf zNear, GLclampf zFar) {
432 gles2::cmds::DepthRangef* c = GetCmdSpace<gles2::cmds::DepthRangef>();
    [all...]
gles2_implementation_impl_autogen.h 360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) {
363 helper_->DepthRangef(zNear, zFar);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 104 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
  /frameworks/native/opengl/libagl/
matrix.cpp 891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c)
1097 depthRangef(zNear, zFar, c);
1103 depthRangef(fixedToFloat(zNear), fixedToFloat(zFar), c);
  /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/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 551 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
    [all...]
  /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/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 796 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
    [all...]

Completed in 2793 milliseconds

1 2