HomeSort by relevance Sort by last modified time
    Searched defs:DepthFunc (Results 1 - 16 of 16) sorted by null

  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 40 * buffer. DepthFunc is only valid when depth buffer is present
43 public enum DepthFunc {
81 DepthFunc(int id) {
136 DepthFunc mDepthFunc;
155 public DepthFunc getDepthFunc() {
238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
321 DepthFunc mDepthFunc
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 553 void (*DepthFunc)(struct gl_context *ctx, GLenum func);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 1144 void DepthFunc(GLenum func)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp 1394 void DepthFunc(GLenum func)
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc 302 void MojoGLES2Impl::DepthFunc(GLenum func) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 295 void (GLAPIENTRY * DepthFunc)(GLenum);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h 670 D3D10_COMPARISON_FUNC DepthFunc;
    [all...]
d3d11.h     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
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 107 milliseconds