Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h216 bool importEglNativePixmap(void* pixmap, bool preserveContent);
DColorBufferGl.cpp1125 bool ColorBufferGl::importEglNativePixmap(void* pixmap, bool preserveContent) { in importEglNativePixmap() function in gfxstream::gl::ColorBufferGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp528 return mColorBufferGl->importEglNativePixmap(pixmap, preserveContent); in glOpImportEglNativePixmap()