Home
last modified time | relevance | path

Searched refs:setupImageBlitForTexture (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h739 bool setupImageBlitForTexture(uint32_t width, uint32_t height,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2870 bool GLEScontext::setupImageBlitForTexture(uint32_t width, in setupImageBlitForTexture() function in GLEScontext
2972 bool shouldBlit = setupImageBlitForTexture(width, height, internalFormat); in blitFromReadBufferToTextureFlipped()
3094 bool shouldBlit = setupImageBlitForTexture(width, height, internalFormat); in blitFromReadBufferToEGLImage()