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

1 2

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 67 GLenum front_face; variable
context_state_impl_autogen.h 67 front_face = GL_CCW;
228 if ((front_face != prev_state->front_face))
229 glFrontFace(front_face);
330 glFrontFace(front_face);
498 params[0] = static_cast<GLint>(front_face);
839 params[0] = static_cast<GLfloat>(front_face);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 119 def FRONT_FACE : SIReg <"FRONT_FACE">;
160 FRONT_FACE,
SIAssignInterpRegs.cpp 83 {false, {AMDGPU::FRONT_FACE}, 1},
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 119 def FRONT_FACE : SIReg <"FRONT_FACE">;
160 FRONT_FACE,
SIAssignInterpRegs.cpp 83 {false, {AMDGPU::FRONT_FACE}, 1},
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 79 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
82 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight);
99 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
106 overlap_result = LayerSorter::CheckOverlap(&front_face,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 54 BEGIN_NV04(push, NV10_3D(FRONT_FACE), 1);
nouveau_state.c 94 context_dirty(ctx, FRONT_FACE);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 54 BEGIN_NV04(push, NV10_3D(FRONT_FACE), 1);
nouveau_state.c 94 context_dirty(ctx, FRONT_FACE);
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 191 void front_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
396 {front_face, "front_face", "Invalid glFrontFace() usage" },
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 71 FRONT_FACE("Polygon frontface CW/CCW indicator"),
GLState.java 148 IGLProperty frontFace = new GLEnumProperty(GLStateType.FRONT_FACE, GLEnum.GL_CCW);
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 189 ES2F_ADD_API_CASE(front_face, "Invalid glFrontFace() usage",
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 190 ES3F_ADD_API_CASE(front_face, "Invalid glFrontFace() usage",
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 293 ADD_ARG_CASE1(front_face, "Test cost of glFrontFace() calls",
es2pRedundantStateChangeTests.cpp 812 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
es2pStateChangeTests.cpp 906 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 328 ADD_ARG_CASE1(front_face, "Test cost of glFrontFace() calls",
es3pRedundantStateChangeTests.cpp 886 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
es3pStateChangeTests.cpp 990 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 178 const GLenum FRONT_FACE = 0x0B46;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 481 GLStateType.FRONT_FACE),
    [all...]

Completed in 1718 milliseconds

1 2