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

  /frameworks/rs/driver/
rsdProgramStore.cpp 36 GLenum depthFunc;
49 switch (ps->mHal.state.depthFunc) {
52 drv->depthFunc = GL_ALWAYS;
55 drv->depthFunc = GL_LESS;
58 drv->depthFunc = GL_LEQUAL;
61 drv->depthFunc = GL_GREATER;
64 drv->depthFunc = GL_GEQUAL;
67 drv->depthFunc = GL_EQUAL;
70 drv->depthFunc = GL_NOTEQUAL;
175 RSD_CALL_GL(glDepthFunc, drv->depthFunc);
    [all...]
  /frameworks/rs/
rsProgramStore.h 54 RsDepthFunc depthFunc;
70 RsDepthFunc depthFunc);
81 RsDepthFunc depthFunc);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_program_store.java 25 import android.renderscript.ProgramStore.DepthFunc;
38 ProgramStore depthFunc;
49 b.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
83 depthFunc = b.setDepthFunc(ProgramStore.DepthFunc.GREATER).create();
93 s.set_depthFunc(depthFunc);
107 DepthFunc df,
128 DepthFunc df,
155 for (DepthFunc df : DepthFunc.values())
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 83 GLenum depthFunc;
  /frameworks/rs/driver/runtime/
rs_structs.h 95 rs_depth_func depthFunc;
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 192 virtual void depthFunc(WebKit::WGC3Denum func) {}
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 155 virtual void depthFunc(WebKit::WGC3Denum func) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 205 IGLProperty depthFunc = new GLEnumProperty(GLStateType.DEPTH_FUNC, GLEnum.GL_LESS);
227 depthTest, depthFunc, blend, dither);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 109 virtual void depthFunc(WGC3Denum func) { }
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 446 final ProgramStore.DepthFunc depthFunc = mForceBlendCardsWithZ ?
447 ProgramStore.DepthFunc.LESS : ProgramStore.DepthFunc.ALWAYS;
453 .setDepthFunc(depthFunc)
462 .setDepthFunc(depthFunc)
471 .setDepthFunc(ProgramStore.DepthFunc.ALWAYS)
575 final ProgramStore.DepthFunc depthFunc = depthReads ?
576 ProgramStore.DepthFunc.LESS
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 289 void (*depthFunc)(void* c, GGLenum func);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 169 milliseconds