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

  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 196 void DepthRangef(GLclampf zNear, GLclampf zFar);
750 return es1::DepthRangef(zNear, zFar);
    [all...]
libGLES_CM.cpp 1152 void DepthRangef(GLclampf zNear, GLclampf zFar)
1166 DepthRangef((float)zNear / 0x10000, (float)zFar / 0x10000);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 64 void DepthRangef(GLclampf zNear, GLclampf zFar);
452 return es2::DepthRangef(zNear, zFar);
    [all...]
libGLESv2.cpp 1390 void DepthRangef(GLclampf zNear, GLclampf zFar)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 383 #define glDepthRangef MANGLE(DepthRangef)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 456 #define glDepthRangef MANGLE(DepthRangef)
    [all...]

Completed in 166 milliseconds