Home
last modified time | relevance | path

Searched defs:textureSize (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp395 void GLES2Canvas::drawTexturedRect(unsigned texture, const IntSize& textureSize, const FloatRect& s… in drawTexturedRect()
448 void GLES2Canvas::convolveRect(unsigned texture, const IntSize& textureSize, const FloatRect& srcRe… in convolveRect()
490 void GLES2Canvas::drawTexturedQuad(const IntSize& textureSize, const FloatRect& srcRect, const Floa… in drawTexturedQuad()
508 void GLES2Canvas::drawTexturedQuadMitchell(const IntSize& textureSize, const FloatRect& srcRect, co… in drawTexturedQuadMitchell()
DLayerRendererChromium.cpp968 bool LayerRendererChromium::checkTextureSize(const IntSize& textureSize) in checkTextureSize()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp39 const IntSize textureSize = texture->size(); in computeCost() local