HomeSort by relevance Sort by last modified time
    Searched full:depth_func (Results 1 - 25 of 34) 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;
190 if ((depth_func != prev_state->depth_func))
191 glDepthFunc(depth_func);
276 glDepthFunc(depth_func);
421 params[0] = static_cast<GLint>(depth_func);
746 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c 219 SB_MTHD30(so, DEPTH_FUNC, 3);
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 63 ES3F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 219 SB_MTHD30(so, DEPTH_FUNC, 3);
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 220 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
es2pRedundantStateChangeTests.cpp 380 ADD_TESTCASE(depth_func, "Change depth func.",
    [all...]
es2pStateChangeTests.cpp 419 ADD_TESTCASE(depth_func, "Change depth func.",
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 255 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
es3pRedundantStateChangeTests.cpp 454 ADD_TESTCASE(depth_func, "Change depth func.",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 181 const GLenum DEPTH_FUNC = 0x0B74;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]

Completed in 1052 milliseconds

1 2