Searched defs:textureSize (Results 1 – 3 of 3) sorted by relevance
395 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()
968 bool LayerRendererChromium::checkTextureSize(const IntSize& textureSize) in checkTextureSize()
39 const IntSize textureSize = texture->size(); in computeCost() local