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 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/libGL/
Context.h 528 void setDepthRange(float zNear, float zFar);
Context.cpp 388 void Context::setDepthRange(float zNear, float zFar)
    [all...]
libGL.cpp 1519 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 1398 context->setDepthRange(zNear, zFar);
    [all...]

Completed in 365 milliseconds