HomeSort by relevance Sort by last modified time
    Searched full:depth_func (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 62 GLenum depth_func; variable
context_state_impl_autogen.h 62 depth_func = GL_LESS;
222 if ((depth_func != prev_state->depth_func))
223 glDepthFunc(depth_func);
327 glDepthFunc(depth_func);
479 params[0] = static_cast<GLint>(depth_func);
820 params[0] = static_cast<GLfloat>(depth_func);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 58 void depth_func (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
384 {depth_func, "depth_func", "Invalid glDepthFunc() usage" },
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 277 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
289 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
  /external/mesa3d/docs/OLD/
MESA_trace.spec 277 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
289 variables DEPTH_TEST, DEPTH_FUNC, DEPTH_WRITEMASK, and DEPTH_CLEAR_VALUE
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 102 BEGIN_NV04(push, NV10_3D(DEPTH_FUNC), 1);
nv10_context.c 324 BEGIN_NV04(push, NV10_3D(DEPTH_FUNC), 1);
nv20_context.c 304 BEGIN_NV04(push, NV20_3D(DEPTH_FUNC), 1);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 102 BEGIN_NV04(push, NV10_3D(DEPTH_FUNC), 1);
nv10_context.c 324 BEGIN_NV04(push, NV10_3D(DEPTH_FUNC), 1);
nv20_context.c 304 BEGIN_NV04(push, NV20_3D(DEPTH_FUNC), 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 98 DEPTH_FUNC("Depth buffer test function"),
GLState.java 206 IGLProperty depthFunc = new GLEnumProperty(GLStateType.DEPTH_FUNC, GLEnum.GL_LESS);
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 63 ES2F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
es2fIntegerStateQueryTests.cpp     [all...]