Searched refs:setTextureAtlas (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 56 void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
|
D | RenderProxy.cpp | 397 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, size_t s… in CREATE_BRIDGE4() argument 398 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size); in CREATE_BRIDGE4() 403 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) { in setTextureAtlas() function in android::uirenderer::renderthread::RenderProxy 404 SETUP_TASK(setTextureAtlas); in setTextureAtlas()
|
D | CanvasContext.h | 98 ANDROID_API static void setTextureAtlas(RenderThread& thread,
|
D | RenderProxy.h | 101 ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size);
|
D | CanvasContext.cpp | 372 void CanvasContext::setTextureAtlas(RenderThread& thread, in setTextureAtlas() function in android::uirenderer::renderthread::CanvasContext 374 thread.eglManager().setTextureAtlas(buffer, map, mapSize); in setTextureAtlas()
|
D | EglManager.cpp | 156 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer, in setTextureAtlas() function in android::uirenderer::renderthread::EglManager
|
/frameworks/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 221 proxy->setTextureAtlas(buffer, map, len); in android_view_ThreadedRenderer_setAtlas()
|