Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h134 void swapYUVTextures(FrameworkFormat texture_type, GLuint* textures, void* metadata = nullptr);
DColorBufferGl.cpp574 void ColorBufferGl::swapYUVTextures(FrameworkFormat type, uint32_t* textures, void* metadata) { in swapYUVTextures() function in gfxstream::gl::ColorBufferGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp537 mColorBufferGl->swapYUVTextures(frameworkFormat, textures); in glOpSwapYuvTexturesAndUpdate()