Home
last modified time | relevance | path

Searched refs:depthRangef (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef() function
1097 depthRangef(zNear, zFar, c); in glDepthRangef()
1103 depthRangef(fixedToFloat(zNear), fixedToFloat(zFar), c); in glDepthRangex()