Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h866 angle::Result handleDirtyGraphicsPipeline(const gl::Context *context,
DContextVk.cpp675 mGraphicsDirtyBitHandlers[DIRTY_BIT_PIPELINE] = &ContextVk::handleDirtyGraphicsPipeline;
1197 angle::Result ContextVk::handleDirtyGraphicsPipeline(const gl::Context *context, in handleDirtyGraphicsPipeline() function in rx::ContextVk