Home
last modified time | relevance | path

Searched refs:currentTexture (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.h120 , currentTexture(-1) in PendingRelease()
126 int currentTexture; member
DEGLConsumer.cpp297 pendingRelease->currentTexture = st.mCurrentTexture; in updateAndReleaseLocked()
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h201 PendingRelease() : isPending(false), currentTexture(-1), graphicBuffer() {} in PendingRelease()
204 int currentTexture; member
DBufferLayerConsumer.cpp176 auto slot = mPendingRelease.isPending ? mPendingRelease.currentTexture : mCurrentTexture; in setReleaseFence()
197 releaseBufferLocked(mPendingRelease.currentTexture, mPendingRelease.graphicBuffer); in releasePendingBuffer()
264 pendingRelease->currentTexture = mCurrentTexture; in updateAndReleaseLocked()
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h263 PendingRelease() : isPending(false), currentTexture(-1), in PendingRelease()
267 int currentTexture; member
/frameworks/native/libs/gui/
DGLConsumer.cpp431 pendingRelease->currentTexture = mCurrentTexture; in updateAndReleaseLocked()