Home
last modified time | relevance | path

Searched refs:importNativeResource (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.h94 bool importNativeResource(void* nativeResource, uint32_t type, bool preserveContent);
DColorBuffer.cpp422 bool ColorBuffer::importNativeResource(void* nativeResource, uint32_t type, bool preserveContent) { in importNativeResource() function in gfxstream::ColorBuffer
DFrameBuffer.cpp2803 return colorBuffer->importNativeResource(resource, type, preserveContent); in platformImportResource()