Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h872 angle::Result handleDirtyGraphicsIndexBuffer(const gl::Context *context,
DContextVk.cpp679 mGraphicsDirtyBitHandlers[DIRTY_BIT_INDEX_BUFFER] = &ContextVk::handleDirtyGraphicsIndexBuffer;
1371 angle::Result ContextVk::handleDirtyGraphicsIndexBuffer(const gl::Context *context, in handleDirtyGraphicsIndexBuffer() function in rx::ContextVk