Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h74 typedef void (*ReadPixelsFunc)(void* pixels, uint32_t bytes, uint32_t displayId); typedef
75 AEMU_EXPORT ReadPixelsFunc android_getReadPixelsFunc();
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGpuFrameBridge.cpp227 ReadPixelsFunc mReadPixelsFunc = 0;
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp275 ReadPixelsFunc android_getReadPixelsFunc() { in android_getReadPixelsFunc()