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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/angle/src/libGLESv2/
Sampler.cpp 26 mComparisonFunc(GL_LEQUAL)
angletypes.cpp 28 compareFunc(GL_LEQUAL),
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 47 case GL_LEQUAL:
73 case GL_LEQUAL:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 47 case GL_LEQUAL:
73 case GL_LEQUAL:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 139 case GL_LEQUAL:
nv04_state_raster.c 44 case GL_LEQUAL:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
depth.c 79 case GL_LEQUAL:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 139 case GL_LEQUAL:
nv04_state_raster.c 44 case GL_LEQUAL:
  /external/mesa3d/src/mesa/main/
depth.c 79 case GL_LEQUAL:
  /external/deqp/framework/opengl/
gluStateReset.cpp 153 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
183 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
207 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
231 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
609 gl.texParameteri (GL_TEXTURE_1D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
633 gl.texParameteri (GL_TEXTURE_2D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
662 gl.texParameteri (GL_TEXTURE_CUBE_MAP, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
685 gl.texParameteri (GL_TEXTURE_1D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
709 gl.texParameteri (GL_TEXTURE_2D_ARRAY, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
734 gl.texParameteri (GL_TEXTURE_3D, GL_TEXTURE_COMPARE_FUNC, GL_LEQUAL);
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
ClearTest.cpp 69 glDepthFunc(GL_LEQUAL);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 55 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_alpha.c 48 case GL_LEQUAL: \
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 55 STATIC_ASSERT(PIPE_FUNC_LEQUAL == GL_LEQUAL - GL_NEVER);
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 48 case GL_LEQUAL: \
  /frameworks/rs/driver/
rsdProgramStore.cpp 58 drv->depthFunc = GL_LEQUAL;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 37 case GL_LEQUAL:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 227 GL_LEQUAL,
531 GL_LEQUAL,
670 GL_LEQUAL,
es2pStateChangeTests.cpp 217 gl.depthFunc(GL_LEQUAL);
262 gl.stencilFunc(GL_LEQUAL, 0, 0);
458 gl.depthFunc(GL_LEQUAL);
500 gl.depthFunc(GL_LEQUAL);
986 gl.stencilFunc(GL_LEQUAL, 0, 0);
    [all...]
es2pRedundantStateChangeTests.cpp 203 gl.depthFunc(GL_LEQUAL);
243 gl.stencilFunc(GL_LEQUAL, 0, 0);
456 gl.depthFunc(GL_LEQUAL);
887 gl.stencilFunc(GL_LEQUAL, 0, 0);
946 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 262 GL_LEQUAL,
593 GL_LEQUAL,
732 GL_LEQUAL,
es3pStateChangeTests.cpp 217 gl.depthFunc(GL_LEQUAL);
262 gl.stencilFunc(GL_LEQUAL, 0, 0);
542 gl.depthFunc(GL_LEQUAL);
584 gl.depthFunc(GL_LEQUAL);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL;
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 734 GL_LEQUAL,
792 { "lequal", GL_LEQUAL },
929 params.depthFunc = GL_LEQUAL;
979 params.depthFunc = GL_LEQUAL;
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011