Home
last modified time | relevance | path

Searched defs:setTextureAtlas (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp189 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer, in setTextureAtlas() function in android::uirenderer::renderthread::EglManager
DRenderProxy.cpp487 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, in CREATE_BRIDGE4() argument
494 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) { in setTextureAtlas() function in android::uirenderer::renderthread::RenderProxy
DCanvasContext.cpp693 void CanvasContext::setTextureAtlas(RenderThread& thread, in setTextureAtlas() function in android::uirenderer::renderthread::CanvasContext