Home
last modified time | relevance | path

Searched refs:invalidateCurrentTextures (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DSamplerMtl.mm59 contextMtl->invalidateCurrentTextures();
DTextureMtl.mm843 contextMtl->invalidateCurrentTextures();
1260 contextMtl->invalidateCurrentTextures();
1422 contextMtl->invalidateCurrentTextures();
1463 contextMtl->invalidateCurrentTextures();
1703 contextMtl->invalidateCurrentTextures();
1721 contextMtl->invalidateCurrentTextures();
DContextMtl.h288 void invalidateCurrentTextures();
DContextMtl.mm1302 invalidateCurrentTextures();
1305 invalidateCurrentTextures();
1320 invalidateCurrentTextures();
1697 void ContextMtl::invalidateCurrentTextures()
2356 invalidateCurrentTextures();
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h1101 angle::Result invalidateCurrentTextures(const gl::Context *context, gl::Command command);
DContextVk.cpp5625 ANGLE_TRY(invalidateCurrentTextures(context, command)); in syncState()
6103 angle::Result ContextVk::invalidateCurrentTextures(const gl::Context *context, gl::Command command) in invalidateCurrentTextures() function in rx::ContextVk