HomeSort by relevance Sort by last modified time
    Searched defs:depthRangef (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 520 void GLContext::depthRangef (float n, float f)
  /frameworks/native/opengl/libagl/
matrix.cpp 880 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c)
1086 depthRangef(zNear, zFar, c);
1092 depthRangef(fixedToFloat(zNear), fixedToFloat(zFar), c);

Completed in 246 milliseconds