Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h204 void postLayer(const ComposeLayer& l, int frameWidth, int frameHeight);
DColorBufferGl.cpp1024 void ColorBufferGl::postLayer(const ComposeLayer& l, int frameWidth, int frameHeight) { in postLayer() function in gfxstream::gl::ColorBufferGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp567 mColorBufferGl->postLayer(l, frameWidth, frameHeight); in glOpPostLayer()