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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 154 unsigned int stencilMask = 0xffffffff;
167 m_context->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<int*>(&stencilMask));
186 m_context->stencilMaskSeparate(GraphicsContext3D::FRONT, stencilMask);
  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 293 GC3Duint stencilMask = 0xffffffff;
310 g3d->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<GC3Dint*>(&stencilMask));
312 g3d->stencilMask(0xffffffff);
331 g3d->stencilMask(stencilMask);
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 161 GLuint stencilMask;
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 266 GLuint stencilMask = 0xffffffff;
284 ::glGetIntegerv(GL_STENCIL_WRITEMASK, reinterpret_cast<GLint*>(&stencilMask));
303 ::glStencilMaskSeparate(GL_FRONT, stencilMask);
934 void GraphicsContext3D::stencilMask(GC3Duint mask)
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 283 void (*stencilMask)(void* c, GGLuint mask);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 1458 milliseconds