HomeSort by relevance Sort by last modified time
    Searched refs:CULL_FACE (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 69 CULL_FACE("Polygon Culling Enabled"),
GLState.java 146 IGLProperty cullFace = new GLBooleanProperty(GLStateType.CULL_FACE, Boolean.FALSE);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
nouveau_state.c 88 context_dirty(ctx, CULL_FACE);
157 context_dirty(ctx, CULL_FACE);
nv10_context.c 345 BEGIN_NV04(push, NV10_3D(CULL_FACE), 2);
nv20_context.c 343 BEGIN_NV04(push, NV20_3D(CULL_FACE), 2);
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 380 ctx.disable(ctx.CULL_FACE);
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 136 public static final int CULL_FACE = 0x0B44;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 280 CULL_FACE = 0x0B44,
    [all...]

Completed in 131 milliseconds