Searched refs:frontFace (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.h54 D3DCULL ConvertCullMode(GLenum cullFace, GLenum frontFace);
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.cpp46 mState.frontFace = GL_CCW;
384 if (mState.frontFace != front)
386 mState.frontFace = front;
1318 case GL_FRONT_FACE: *params = mState.frontFace; break;
1719 GLint ccw = (mState.frontFace == GL_CCW);
1732 device->SetRenderState(D3DRS_CULLMODE, es2dx::ConvertCullMode(mState.cullMode, mState.frontFace));
1827 device->SetRenderState(mState.frontFace == GL_CCW ? D3DRS_STENCILWRITEMASK : D3DRS_CCW_STENCILWRITEMASK, mState.stencilWritemask);
1828 device->SetRenderState(mState.frontFace == GL_CCW ? D3DRS_STENCILFUNC : D3DRS_CCW_STENCILFUNC,
1831 device->SetRenderState(mState.frontFace == GL_CCW ? D3DRS_STENCILREF : D3DRS_CCW_STENCILREF, (mState.stencilRef < (GLint)maxStencil) ? mState.stencilRef : maxStencil);
1832 device->SetRenderState(mState.frontFace
[all...]
H A DContext.h147 GLenum frontFace; member in struct:gl::State
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h222 virtual void frontFace(WGC3Denum mode) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h133 void frontFace(GC3Denum mode);
H A DGraphicsContext3DChromium.cpp484 DELEGATE_TO_IMPL_1(frontFace, GC3Denum)
1020 DELEGATE_TO_INTERNAL_1(frontFace, GC3Denum)
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h138 void frontFace(GC3Denum mode);
H A DWebGLRenderingContext.idl517 [StrictTypeChecking] void frontFace(in unsigned long mode);
H A DWebGLRenderingContext.cpp1804 void WebGLRenderingContext::frontFace(GC3Denum mode) function in class:WebCore::__anon15804::WebGLRenderingContext
1808 m_context->frontFace(mode);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h659 void frontFace(GC3Denum mode);
/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/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp939 void GraphicsContext3D::frontFace(GC3Denum mode) function in class:WebCore::GraphicsContext3D

Completed in 192 milliseconds