• Home
  • Raw
  • Download

Lines Matching defs:texture

1200 void OpenGLRenderer::setupDrawTexture(GLuint texture) {  in setupDrawTexture()
1208 void OpenGLRenderer::setupDrawExternalTexture(GLuint texture) { in setupDrawExternalTexture()
1302 void OpenGLRenderer::drawAlphaBitmap(Texture* texture, float left, float top, SkPaint* paint) { in drawAlphaBitmap()
1353 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local
1374 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local
1394 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmapMesh() local
1479 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local
1533 Texture* texture = mCaches.textureCache.get(bitmap); in drawPatch() local
1966 void OpenGLRenderer::drawShape(float left, float top, const PathTexture* texture, SkPaint* paint) { in drawShape()
1981 const PathTexture* texture = mCaches.roundRectShapeCache.getRoundRect( in drawRoundRect() local
1990 const PathTexture* texture = mCaches.circleShapeCache.getCircle(radius, paint); in drawCircle() local
1998 const PathTexture* texture = mCaches.ovalShapeCache.getOval(right - left, bottom - top, paint); in drawOval() local
2012 const PathTexture* texture = mCaches.arcShapeCache.getArc(right - left, bottom - top, in drawArc() local
2022 const PathTexture* texture = mCaches.rectShapeCache.getRect(right - left, bottom - top, paint); in drawRectAsShape() local
2200 const PathTexture* texture = mCaches.pathCache.get(path, paint); in drawPath() local
2317 void OpenGLRenderer::drawPathTexture(const PathTexture* texture, in drawPathTexture()
2436 Texture* texture, SkPaint* paint) { in drawTextureRect()
2460 GLuint texture, float alpha, SkXfermode::Mode mode, bool blend) { in drawTextureRect()
2466 GLuint texture, float alpha, SkXfermode::Mode mode, bool blend, in drawTextureMesh()