HomeSort by relevance Sort by last modified time
    Searched refs:GL_LESS (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 45 case GL_LESS:
71 case GL_LESS:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 45 case GL_LESS:
71 case GL_LESS:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
depth.c 77 case GL_LESS: /* (default) pass if incoming z < stored z */
170 ctx->Depth.Func = GL_LESS;
  /external/mesa3d/src/mesa/main/
depth.c 77 case GL_LESS: /* (default) pass if incoming z < stored z */
170 ctx->Depth.Func = GL_LESS;
  /frameworks/base/libs/hwui/
Stencil.cpp 83 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 135 case GL_LESS:
nv04_state_raster.c 40 case GL_LESS:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 135 case GL_LESS:
nv04_state_raster.c 40 case GL_LESS:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 46 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)).Times(1).RetiresOnSaturation();
  /external/chromium_org/third_party/angle/samples/angle/stencil_operations/
StencilOperations.cpp 157 glStencilFunc(GL_LESS, 0x7, 0x3);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 53 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_alpha.c 42 case GL_LESS: \
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 436 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
440 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
515 dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
516 dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 439 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
443 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
518 dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
519 dst.push_back(StencilOp::quad(GL_LESS, targetStencil, GL_ALWAYS, 0.0f, GL_KEEP, GL_KEEP, GL_DECR));
es3fFragDepthTests.cpp 85 case GL_LESS: return a < b;
315 gl.depthFunc(GL_LESS);
586 compareGroup->addChild(new FragDepthCompareCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].fragSrc, cases[ndx].evalFunc, GL_LESS));
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 53 STATIC_ASSERT(PIPE_FUNC_LESS == GL_LESS - GL_NEVER);
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 42 case GL_LESS: \
  /frameworks/rs/driver/
rsdProgramStore.cpp 55 drv->depthFunc = GL_LESS;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 35 case GL_LESS:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 226 GL_LESS,
530 GL_LESS,
669 GL_LESS,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 261 GL_LESS,
592 GL_LESS,
731 GL_LESS,
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 224 case GL_LESS: return rr::TESTFUNC_LESS;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 152 glDepthFunc(GL_LESS);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 152 glDepthFunc(GL_LESS);

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>