Home
last modified time | relevance | path

Searched defs:preserveContent (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp446 bool ColorBuffer::glOpImportEglImage(void* image, bool preserveContent) { in glOpImportEglImage()
454 bool ColorBuffer::glOpImportEglNativePixmap(void* pixmap, bool preserveContent) { in glOpImportEglNativePixmap()
DFrameBuffer.cpp3374 bool preserveContent = (info & RESOURCE_USE_PRESERVE); in platformImportResource() local
/device/generic/vulkan-cereal/stream-servers/gl/
DColorBufferGl.cpp1078 bool ColorBufferGl::importEglNativePixmap(void* pixmap, bool preserveContent) { in importEglNativePixmap()
1099 bool ColorBufferGl::importEglImage(void* nativeEglImage, bool preserveContent) { in importEglImage()
1139 void ColorBufferGl::rebindEglImage(EGLImageKHR image, bool preserveContent) { in rebindEglImage()