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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 294 GC3Dboolean isScissorEnabled = 0;
314 isScissorEnabled = g3d->isEnabled(GraphicsContext3D::SCISSOR_TEST);
333 if (isScissorEnabled)
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 155 unsigned char isScissorEnabled = false;
171 isScissorEnabled = m_context->isEnabled(GraphicsContext3D::SCISSOR_TEST);
188 if (isScissorEnabled)
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 267 GLboolean isScissorEnabled = GL_FALSE;
288 isScissorEnabled = ::glIsEnabled(GL_SCISSOR_TEST);
305 if (isScissorEnabled)
    [all...]

Completed in 186 milliseconds