Home
last modified time | relevance | path

Searched defs:isRenderToTexture (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.h120 bool isRenderToTexture() const in isRenderToTexture() function
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp88 const bool isRenderToTexture = in setStorageImpl() local
Dvk_cache_utils.h213 void updateRenderToTexture(bool isRenderToTexture) { mIsRenderToTexture = isRenderToTexture; } in updateRenderToTexture()
214 bool isRenderToTexture() const { return mIsRenderToTexture; } in isRenderToTexture() function
Dvk_cache_utils.cpp653 bool isRenderToTexture, in CreateRenderPass2()
936 const bool isRenderToTexture = desc.isRenderToTexture(); in InitializeRenderPassFromDesc() local
3084 void FramebufferDesc::updateRenderToTexture(bool isRenderToTexture) in updateRenderToTexture()
DFramebufferVk.cpp1994 bool isRenderToTexture = false; in updateRenderPassDesc() local