Searched refs:bitmapTexture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.h55 Texture* bitmapTexture; member in struct:android::uirenderer::SkiaShaderData::BitmapShaderData
H A DSkiaShader.cpp217 outData->bitmapTexture = caches.textureCache.getAndBypassAtlas(&bitmap);
218 if (!outData->bitmapTexture) return false;
222 const float width = outData->bitmapTexture->width();
223 const float height = outData->bitmapTexture->height();
250 bindTexture(&caches, data.bitmapTexture, data.wrapS, data.wrapT);
251 data.bitmapTexture->setFilter(GL_LINEAR);
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp347 fill.skiaShaderData.bitmapData.bitmapTexture : nullptr;

Completed in 856 milliseconds