Home
last modified time | relevance | path

Searched refs:CULL_FACE (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h161 CULL_FACE = 0x0B44, enumerator
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp386 GLC(m_context.get(), m_context->disable(GraphicsContext3D::CULL_FACE)); in drawLayers()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl134 const unsigned int CULL_FACE = 0x0B44;
DWebGLRenderingContext.cpp2067 case GraphicsContext3D::CULL_FACE: in getParameter()
4514 case GraphicsContext3D::CULL_FACE: in validateCapability()