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

  /frameworks/base/libs/hwui/renderthread/
EglManager.h 82 void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize);
RenderProxy.h 116 ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size);
CanvasContext.h 115 ANDROID_API static void setTextureAtlas(RenderThread& thread,
RenderProxy.cpp 491 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map,
493 CanvasContext::setTextureAtlas(*args->thread, args->buffer, args->map, args->size);
498 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) {
499 SETUP_TASK(setTextureAtlas);
EglManager.cpp 189 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer,
194 ALOGW("Multiple calls to setTextureAtlas!");
CanvasContext.cpp 755 void CanvasContext::setTextureAtlas(RenderThread& thread,
757 thread.eglManager().setTextureAtlas(buffer, map, mapSize);
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 617 proxy->setTextureAtlas(buffer, map, len);
    [all...]

Completed in 1019 milliseconds