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

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

Completed in 1172 milliseconds