Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposer.cpp108 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument
117 data.writeInt32(minLayerZ); in captureScreen()
276 uint32_t minLayerZ = data.readInt32(); in onTransact() local
280 reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
DSurfaceComposerClient.cpp617 uint32_t minLayerZ, uint32_t maxLayerZ) { in capture() argument
621 reqWidth, reqHeight, minLayerZ, maxLayerZ, in capture()
644 uint32_t minLayerZ, uint32_t maxLayerZ) { in update() argument
656 reqWidth, reqHeight, minLayerZ, maxLayerZ, true); in update()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h188 uint32_t minLayerZ, uint32_t maxLayerZ, bool isCpuConsumer);
294 uint32_t minLayerZ, uint32_t maxLayerZ,
301 uint32_t minLayerZ, uint32_t maxLayerZ);
307 uint32_t minLayerZ, uint32_t maxLayerZ);
DSurfaceFlinger.cpp2653 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument
2668 uint32_t minLayerZ,maxLayerZ; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
2676 uint32_t minLayerZ, uint32_t maxLayerZ, bool useReadPixels) in captureScreen() argument
2679 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ), in captureScreen()
2692 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ); in captureScreen()
2695 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ); in captureScreen()
2737 reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
2751 uint32_t minLayerZ, uint32_t maxLayerZ, in renderScreenImplLocked() argument
2787 if (state.z >= minLayerZ && state.z <= maxLayerZ) { in renderScreenImplLocked()
2806 uint32_t minLayerZ, uint32_t maxLayerZ) in captureScreenImplLocked() argument
[all …]
/frameworks/native/include/gui/
DSurfaceComposerClient.h164 uint32_t minLayerZ, uint32_t maxLayerZ);
181 uint32_t minLayerZ, uint32_t maxLayerZ);
DISurfaceComposer.h118 uint32_t minLayerZ, uint32_t maxLayerZ,