HomeSort by relevance Sort by last modified time
    Searched defs:CullFace (Results 1 - 6 of 6) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
IntAttribute.java 22 public static final String CullFaceAlias = "cullface";
23 public static final long CullFace = register(CullFaceAlias);
26 return new IntAttribute(CullFace, value);
  /external/mesa3d/src/mesa/main/
attrib.c 76 GLboolean CullFace;
269 attr->CullFace = ctx->Polygon.CullFlag;
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
    [all...]
dd.h 463 void (*CullFace)(struct gl_context *ctx, GLenum mode);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 202 void (GLAPIENTRY * CullFace)(GLenum);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 466 PFNCULLFACEPROC CullFace;
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 2110 milliseconds