Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h143 bool subUpdateFromFrameworkFormat(int x, int y, int width, int height,
DColorBufferGl.cpp586 return subUpdateFromFrameworkFormat(x, y, width, height, m_frameworkFormat, p_format, p_type, in subUpdate()
590 bool ColorBufferGl::subUpdateFromFrameworkFormat(int x, int y, int width, int height, in subUpdateFromFrameworkFormat() function in gfxstream::gl::ColorBufferGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp227 mColorBufferGl->subUpdateFromFrameworkFormat(x, y, width, height, frameworkFormat, in updateFromBytes()