Searched refs:zFar (Results 26 - 50 of 63) sorted by relevance

123

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc362 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { argument
365 glDepthRangef(zNear, zFar);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c252 void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar) { argument
253 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar); local
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h426 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { argument
429 << zFar << ")");
430 helper_->DepthRangef(zNear, zFar);
H A Dgles2_c_lib_autogen.h174 void GLES2DepthRangef(GLclampf zNear, GLclampf zFar) { argument
175 gles2::GetGLContext()->DepthRangef(zNear, zFar);
H A Dgles2_trace_implementation_impl_autogen.h254 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { argument
256 gl_->DepthRangef(zNear, zFar);
H A Dgles2_implementation_autogen.h138 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
H A Dgles2_interface_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) = 0;
H A Dgles2_interface_stub_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h101 virtual void DepthRangef(GLclampf zNear, GLclampf zFar) OVERRIDE;
H A Dgles2_cmd_helper_autogen.h377 void DepthRangef(GLclampf zNear, GLclampf zFar) { argument
380 c->Init(zNear, zFar);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.h356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
357 extern _X_HIDDEN void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
H A Dapi_exec_es1.c135 extern void GL_APIENTRY _mesa_DepthRangef(GLclampf zNear, GLclampf zFar);
H A Dglapi_mapi_tmp.h311 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar);
312 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
319 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
893 GLAPI void APIENTRY GLAPI_PREFIX(DepthRangef)(GLclampf zNear, GLclampf zFar);
1188 void APIENTRY GLAPI_PREFIX(_dispatch_stub_895)(GLclampx zNear, GLclampx zFar);
1191 void APIENTRY GLAPI_PREFIX(_dispatch_stub_898)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1210 void APIENTRY GLAPI_PREFIX(_dispatch_stub_917)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1226 void APIENTRY GLAPI_PREFIX(_dispatch_stub_933)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1228 void APIENTRY GLAPI_PREFIX(_dispatch_stub_935)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
3423 GLAPI void APIENTRY GLAPI_PREFIX(DepthRange)(GLclampd zNear, GLclampd zFar) argument
3430 Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
3479 Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
7413 DepthRangef(GLclampf zNear, GLclampf zFar) argument
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h200 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
659 void (*DepthRangef)(PP_Resource context, GLclampf zNear, GLclampf zFar);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc369 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { argument
372 ToGles2Impl(&enter)->DepthRangef(zNear, zFar);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h237 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) = 0;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h509 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h331 void (GLAPIENTRYP DepthRange)(GLclampd zNear, GLclampd zFar); /* 288 */
332 void (GLAPIENTRYP Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); /* 289 */
339 void (GLAPIENTRYP Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); /* 296 */
718 void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 674 */
H A Dglapitemp.h1805 KEYWORD1 void KEYWORD2 NAME(DepthRange)(GLclampd zNear, GLclampd zFar) argument
1807 (void) zNear; (void) zFar;
1808 DISPATCH(DepthRange, (zNear, zFar), (F, "glDepthRange(%f, %f);\n", zNear, zFar));
1811 KEYWORD1 void KEYWORD2 NAME(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
1813 (void) left; (void) right; (void) bottom; (void) top; (void) zNear; (void) zFar;
1814 DISPATCH(Frustum, (left, right, bottom, top, zNear, zFar), (F, "glFrustum(%f, %f, %f, %f, %f, %f);\n", left, right, bottom, top, zNear, zFar));
1852 KEYWORD1 void KEYWORD2 NAME(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
1854 (void) left; (void) right; (void) bottom; (void) top; (void) zNear; (void) zFar;
5313 DepthRangef(GLclampf zNear, GLclampf zFar) argument
[all...]
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h142 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar);
/external/mesa3d/include/GLES2/
H A Dgl2.h510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl530 void depthRange(GLclampf zNear, GLclampf zFar);
H A DWebGLRenderingContextBase.h167 void depthRange(GLfloat zNear, GLfloat zFar);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h675 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);

Completed in 516 milliseconds

123