Searched refs:setTextureAtlas (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h56 void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
H A DCanvasContext.h98 ANDROID_API static void setTextureAtlas(RenderThread& thread,
H A DRenderProxy.h101 ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size);
H A DRenderProxy.cpp397 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, size_t size) {
398 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size);
403 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) { function in class:android::uirenderer::renderthread::RenderProxy
404 SETUP_TASK(setTextureAtlas);
H A DCanvasContext.cpp372 void CanvasContext::setTextureAtlas(RenderThread& thread, function in class:android::uirenderer::renderthread::CanvasContext
374 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
H A DEglManager.cpp156 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer, function in class:android::uirenderer::renderthread::EglManager
161 ALOGW("Multiple calls to setTextureAtlas!");
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp221 proxy->setTextureAtlas(buffer, map, len);

Completed in 1590 milliseconds