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

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 319 void setDepthRange(float zNear, float zFar);
Context.cpp 417 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGLES_CM.cpp 1160 context->setDepthRange(zNear, zFar);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 454 void setDepthRange(float zNear, float zFar);
Context.cpp 407 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGLESv2.cpp 1369 context->setDepthRange(zNear, zFar);
    [all...]

Completed in 57 milliseconds