HomeSort by relevance Sort by last modified time
    Searched defs:setTextureAtlas (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 150 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer,
155 ALOGW("Multiple calls to setTextureAtlas!");
CanvasContext.cpp 402 void CanvasContext::setTextureAtlas(RenderThread& thread,
404 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
RenderProxy.cpp 465 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, size_t size) {
466 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size);
471 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) {
472 SETUP_TASK(setTextureAtlas);

Completed in 672 milliseconds