Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h868 angle::Result handleDirtyGraphicsTextures(const gl::Context *context,
DContextVk.cpp676 mGraphicsDirtyBitHandlers[DIRTY_BIT_TEXTURES] = &ContextVk::handleDirtyGraphicsTextures;
1330 angle::Result ContextVk::handleDirtyGraphicsTextures(const gl::Context *context, in handleDirtyGraphicsTextures() function in rx::ContextVk