Home
last modified time | relevance | path

Searched refs:STENCIL_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h187 STENCIL_FUNC = 0x0B92, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl166 const unsigned int STENCIL_FUNC = 0x0B92;
DWebGLRenderingContext.cpp2175 case GraphicsContext3D::STENCIL_FUNC: in getParameter()