Home
last modified time | relevance | path

Searched refs:frontFace (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h128 void frontFace(unsigned long mode);
DWebGLRenderingContext.cpp814 void WebGLRenderingContext::frontFace(unsigned long mode) in frontFace() function in WebCore::WebGLRenderingContext
816 m_context->frontFace(mode); in frontFace()
DWebGLRenderingContext.idl529 void frontFace(in unsigned long mode);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h468 void frontFace(unsigned long mode);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp488 void GraphicsContext3D::frontFace(unsigned long mode) in frontFace() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1478 GL_SAME_METHOD_1(FrontFace, frontFace, unsigned long) in GL_SAME_METHOD_0()