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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp880 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) function in namespace:android
1086 depthRangef(zNear, zFar, c);
1092 depthRangef(fixedToFloat(zNear), fixedToFloat(zFar), c);

Completed in 53 milliseconds