/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 | 56 OP(DepthRangef) /* 299 */ \
|
/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 | 378 void DepthRangef(GLclampf zNear, GLclampf zFar) { 379 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/shared_impl/ |
ppb_opengles2_shared.cc | 325 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { 328 ToGles2Impl(&enter)->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 | 525 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_1_autogen.h | 667 SpecializedSetup<cmds::DepthRangef, 0>(true); 668 cmds::DepthRangef cmd; [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | 650 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) [all...] |