Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.h70 void drawConvertFromFormat(FrameworkFormat format, int x, int y, int width, int height,
DYUVConverter.cpp992 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
DColorBufferGl.cpp615 m_yuv_converter->drawConvertFromFormat(fwkFormat, x, y, width, height, (char*)pixels, in subUpdateFromFrameworkFormat()