Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DColorBuffer.h108 bool glOpReadContents(size_t* outNumBytes, void* outContents);
DColorBuffer.cpp546 bool ColorBuffer::glOpReadContents(size_t* outNumBytes, void* outContents) { in glOpReadContents() function in gfxstream::ColorBuffer
DFrameBuffer.cpp3826 return colorBuffer->glOpReadContents(numBytes, pixels); in readColorBufferContents()