Searched defs:frontFace (Results 1 - 7 of 7) sorted by relevance

/external/skia/samplecode/
H A DSampleCamera.cpp78 bool frontFace = view.dotWithNormal(0, 0, SK_Scalar1) < 0; local
79 if (frontFace != fFrontFace) {
80 fFrontFace = frontFace;
/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.h162 unsigned frontFace : member in struct:GGLContext::__anon8171
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.cpp511 D3DCULL ConvertCullMode(GLenum cullFace, GLenum frontFace) argument
517 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
520 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
H A DContext.h147 GLenum frontFace; member in struct:gl::State
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp661 void GraphicsContext3D::frontFace(GC3Denum mode) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp1804 void WebGLRenderingContext::frontFace(GC3Denum mode) function in class:WebCore::__anon13216::WebGLRenderingContext
1808 m_context->frontFace(mode);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp939 void GraphicsContext3D::frontFace(GC3Denum mode) function in class:WebCore::GraphicsContext3D

Completed in 105 milliseconds