Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h113 std::unique_ptr<ColorBufferGl> loadColorBuffer(android::base::Stream* stream);
DEmulationGl.cpp640 std::unique_ptr<ColorBufferGl> EmulationGl::loadColorBuffer(android::base::Stream* stream) { in loadColorBuffer() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp68 colorBuffer->mColorBufferGl = emulationGl->loadColorBuffer(stream); in create()