Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp246 cb->m_numBytes = (size_t)bufsize; in create()
571 m_numBytes = bpp * m_width * m_height; in reformat()
651 *numBytes = m_numBytes; in readContents()
997 cb->m_numBytes = ((unsigned long)bytesPerPixel) * width * height; in onLoad()
1120 replaceContents(prevContents.data(), m_numBytes); in importMemory()
1197 replaceContents(contents.data(), m_numBytes); in rebindEglImage()
DColorBufferGl.h285 size_t m_numBytes = 0; variable