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

  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
350 public Builder setDepthFunc(DepthFunc func) {
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 88 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 320 void setDepthFunc(GLenum depthFunc);
Context.cpp 403 void Context::setDepthFunc(GLenum depthFunc)
    [all...]
libGLES_CM.cpp 1167 context->setDepthFunc(func);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 527 void setDepthFunc(GLenum depthFunc);
Context.cpp 379 void Context::setDepthFunc(GLenum depthFunc)
    [all...]
libGL.cpp 1500 context->setDepthFunc(func);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 454 void setDepthFunc(GLenum depthFunc);
Context.cpp 405 void Context::setDepthFunc(GLenum depthFunc)
    [all...]
libGLESv2.cpp 1417 context->setDepthFunc(func);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 1157 milliseconds