Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp176 return ReadFboPixels(buffer); in CopyPixelsTo()
347 bool GLFrame::ReadFboPixels(uint8_t* pixels) const { in ReadFboPixels() function in android::filterfw::GLFrame
388 return target.ReadFboPixels(pixels); in ReadTexturePixels()
Dgl_frame.h148 bool ReadFboPixels(uint8_t* pixels) const;