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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 46 GLboolean scissor[1]; member in struct:WebCore::GLState
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 131 void SharedGraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::SharedGraphicsContext3D
133 m_context->scissor(x, y, width, height);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 529 // necessary transformations, scissor rectangles, render surfaces, etc.
637 // The render surface scissor rect is the scissor rect that needs to
665 // Layers inherit the scissor rect from their superlayer.
675 IntRect scissor = drawLayer->scissorRect(); local
676 scissor.intersect(transformedLayerRect);
677 drawLayer->setScissorRect(scissor);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1225 GrGLIRect scissor; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 903 void GraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::GraphicsContext3D
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 213 // scissor
214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height); member in struct:__anon44036
  /system/core/include/private/pixelflinger/
ggl_context.h 510 scissor_t scissor; member in struct:android::state_t
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 2928 void WebGLRenderingContext::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::__anon16119::WebGLRenderingContext
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 1184 void GraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) function in class:WebCore::GraphicsContext3D
    [all...]
  /frameworks/native/opengl/libagl/
context.h 529 } scissor; member in struct:android::gl::viewport_t

Completed in 535 milliseconds