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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCCanvasLayerImpl.cpp 62 LayerChromium::drawTexturedQuad(context, layerRenderer()->projectionMatrix(), drawTransform(),
CCPluginLayerImpl.cpp 67 LayerChromium::drawTexturedQuad(context, layerRenderer()->projectionMatrix(), drawTransform(),
CCVideoLayerImpl.cpp 133 LayerChromium::drawTexturedQuad(context, layerRenderer()->projectionMatrix(), drawTransform(),
156 LayerChromium::drawTexturedQuad(context, layerRenderer()->projectionMatrix(), drawTransform(),
CCHeadsUpDisplay.cpp 122 LayerChromium::drawTexturedQuad(context, m_layerRenderer->projectionMatrix(),
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 106 void drawTexturedQuad(const IntSize& textureSize, const FloatRect& srcRect, const FloatRect& dstRect, const AffineTransform&, float alpha);
LayerTilerChromium.h 114 void drawTexturedQuad(GraphicsContext3D*, const TransformationMatrix& projectionMatrix, const TransformationMatrix& drawMatrix,
RenderSurfaceChromium.cpp 136 LayerChromium::drawTexturedQuad(layerRenderer()->context(), layerRenderer()->projectionMatrix(), drawTransform,
LayerChromium.h 179 static void drawTexturedQuad(GraphicsContext3D*, const TransformationMatrix& projectionMatrix, const TransformationMatrix& layerMatrix,
LayerTilerChromium.cpp 416 drawTexturedQuad(context, layerRenderer()->projectionMatrix(), tileMatrix, tileRect.width(), tileRect.height(), opacity, texTranslateX, texTranslateY, texScaleX, texScaleY, program);
432 void LayerTilerChromium::drawTexturedQuad(GraphicsContext3D* context, const TransformationMatrix& projectionMatrix, const TransformationMatrix& drawMatrix,
GLES2Canvas.cpp 405 drawTexturedQuad(textureSize, srcRect, dstRect, m_state->m_ctm, m_state->m_alpha);
445 drawTexturedQuad(tileBoundsWithBorder.size(), srcRectClippedInTileSpace, dstRectIntersected, transform, alpha);
490 void GLES2Canvas::drawTexturedQuad(const IntSize& textureSize, const FloatRect& srcRect, const FloatRect& dstRect, const AffineTransform& transform, float alpha)
816 drawTexturedQuad(srcBuffer->size(), flipRect(srcRect), dstRect, AffineTransform(), 1.0);
    [all...]
LayerChromium.cpp 323 void LayerChromium::drawTexturedQuad(GraphicsContext3D* context, const TransformationMatrix& projectionMatrix, const TransformationMatrix& drawMatrix,

Completed in 797 milliseconds