Home
last modified time | relevance | path

Searched refs:m_asyncReadbackType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h273 GLenum m_asyncReadbackType = GL_UNSIGNED_BYTE; variable
DColorBufferGl.cpp346 cb->m_asyncReadbackType = GL_UNSIGNED_INT_8_8_8_8_REV; in create()
1005 s_gles2.glReadPixels(0, 0, m_width, m_height, format, m_asyncReadbackType, 0); in readbackAsync()