Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.h78 void swapTextures(FrameworkFormat type, GLuint* textures, void* metadata = nullptr);
DYUVConverter.cpp964 void YUVConverter::swapTextures(FrameworkFormat format, GLuint* textures, void* metadata) { in swapTextures() function in gfxstream::gl::YUVConverter
DColorBufferGl.cpp576 m_yuv_converter->swapTextures(type, textures, metadata); in swapYUVTextures()