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

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 321 void setDepthRange(float zNear, float zFar);
Context.cpp 412 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGLES_CM.cpp 1191 context->setDepthRange(zNear, zFar);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 528 void setDepthRange(float zNear, float zFar);
Context.cpp 388 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGL.cpp 1534 context->setDepthRange(zNear, zFar);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 455 void setDepthRange(float zNear, float zFar);
Context.cpp 414 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGLESv2.cpp 1441 context->setDepthRange(zNear, zFar);
    [all...]

Completed in 738 milliseconds