Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DGLEScontext.h698 bool setupImageBlitForTexture(uint32_t width, uint32_t height,
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DGLEScontext.cpp2715 bool GLEScontext::setupImageBlitForTexture(uint32_t width, in setupImageBlitForTexture() function in GLEScontext
2816 bool shouldBlit = setupImageBlitForTexture(width, height, internalFormat); in blitFromReadBufferToTextureFlipped()
2914 bool shouldBlit = setupImageBlitForTexture(width, height, internalFormat); in blitFromReadBufferToEGLImage()