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

1 2 3

  /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/third_party/angle/src/libGLESv2/
queryconversions.cpp 37 // RGBA color values and DepthRangeF values are converted to integer using Equation 2.4 from Table 4.5
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 52 #define glDepthRangef GLES2_GET_FUN(DepthRangef)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 53 OP(DepthRangef) /* 294 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 40 gl->depthRangef = &glDepthRangef;
glwFunctions.inl 400 glDepthRangefFunc depthRangef;
glwInitES20.inl 40 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
glwInitES30Direct.inl 40 gl->depthRangef = &glDepthRangef;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 40 dst->depthRangef = src.depthRangef;
  /external/chromium_org/gpu/command_buffer/client/
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_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_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;
  /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/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/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 131 virtual void depthRangef (float n, float f);
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 362 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) {
    [all...]
  /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);

Completed in 779 milliseconds

1 2 3