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 152 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer,
157 ALOGW("Multiple calls to setTextureAtlas!");
CanvasContext.cpp 356 void CanvasContext::setTextureAtlas(RenderThread& thread,
358 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
RenderProxy.cpp 391 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, size_t size) {
392 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size);
397 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) {
398 SETUP_TASK(setTextureAtlas);

Completed in 69 milliseconds