Searched refs:drawConvertFromFormat (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.h | 70 void drawConvertFromFormat(FrameworkFormat format, int x, int y, int width, int height,
|
D | YUVConverter.cpp | 992 drawConvertFromFormat(mFormat, x, y, width, height, pixels); in drawConvert() 995 void YUVConverter::drawConvertFromFormat(FrameworkFormat format, int x, int y, int width, in drawConvertFromFormat() function in gfxstream::gl::YUVConverter
|
D | ColorBufferGl.cpp | 615 m_yuv_converter->drawConvertFromFormat(fwkFormat, x, y, width, height, (char*)pixels, in subUpdateFromFrameworkFormat()
|