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

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 310 void setClearDepth(float depth);
Context.cpp 355 void Context::setClearDepth(float depth)
    [all...]
libGLES_CM.cpp 540 context->setClearDepth(depth);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 517 void setClearDepth(float depth);
Context.cpp 331 void Context::setClearDepth(float depth)
    [all...]
libGL.cpp 722 context->setClearDepth(depth);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 444 void setClearDepth(float depth);
Context.cpp 357 void Context::setClearDepth(float depth)
    [all...]
libGLESv2.cpp 728 context->setClearDepth(depth);
    [all...]

Completed in 174 milliseconds