HomeSort by relevance Sort by last modified time
    Searched defs:DepthFunc (Results 1 - 12 of 12) 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 467 void (*DepthFunc)(struct gl_context *ctx, 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/
d3d11.h 788 D3D11_COMPARISON_FUNC DepthFunc;
    [all...]
d3d10.h 670 D3D10_COMPARISON_FUNC DepthFunc;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 495 PFNDEPTHFUNCPROC DepthFunc;
    [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 

Completed in 140 milliseconds