Searched defs:cullFace (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A Drenderer9_utils.cpp129 D3DCULL ConvertCullMode(GLenum cullFace, GLenum frontFace) argument
132 switch (cullFace)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h93 bool cullFace; member in struct:gl::RasterizerState
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h101 virtual void cullFace(WGC3Denum mode) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1561 void WebGLRenderingContextBase::cullFace(GLenum mode) function in class:WebCore::__anon10393::WebGLRenderingContextBase
1571 synthesizeGLError(GL_INVALID_ENUM, "cullFace", "invalid mode");
1574 webContext()->cullFace(mode);

Completed in 167 milliseconds