Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DColorBuffer.h105 bool glOpImportEglNativePixmap(void* pixmap, bool preserveContent);
DColorBuffer.cpp523 bool ColorBuffer::glOpImportEglNativePixmap(void* pixmap, bool preserveContent) { in glOpImportEglNativePixmap() function in gfxstream::ColorBuffer
DFrameBuffer.cpp2796 return colorBuffer->glOpImportEglNativePixmap(resource, preserveContent); in platformImportResource()