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

  /external/skia/samplecode/
SampleCamera.cpp 71 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0;
72 if (frontFace != fFrontFace) {
73 fFrontFace = frontFace;
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 162 unsigned frontFace :
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 147 GLenum frontFace;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 661 void GraphicsContext3D::frontFace(GC3Denum mode)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 339 GLenum frontFace;

Completed in 109 milliseconds