HomeSort by relevance Sort by last modified time
    Searched defs:stencilMaskSeparate (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 595 void GLContext::stencilMaskSeparate (deUint32 face, deUint32 mask)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 188 virtual void stencilMaskSeparate(WGC3Denum face, WGC3Duint mask) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 849 webContext()->stencilMaskSeparate(GL_FRONT, 0xFFFFFFFF);
876 webContext()->stencilMaskSeparate(GL_FRONT, m_stencilMask);
    [all...]

Completed in 274 milliseconds