Home
last modified time | relevance | path

Searched refs:getEntryTexture (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DAssetAtlas.h157 Texture* getEntryTexture(const SkPixelRef* pixelRef) const;
DAssetAtlas.cpp69 Texture* AssetAtlas::getEntryTexture(const SkPixelRef* pixelRef) const { in getEntryTexture() function in android::uirenderer::AssetAtlas
DBakedOpRenderer.cpp185 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef()); in getTexture()
DOpenGLRenderer.cpp1535 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef());
2319 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef());
DBakedOpDispatcher.cpp460 Texture* texture = renderer.renderState().assetAtlas().getEntryTexture(op.bitmap->pixelRef()); in onBitmapMeshOp()