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

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

Completed in 591 milliseconds