Home
last modified time | relevance | path

Searched refs:disableForBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.h117 void disableForBuffer(Buffer *buffer, uint32_t bufferIndex);
DVertexArray.cpp787 void VertexArrayBufferContentsObservers::disableForBuffer(Buffer *buffer, uint32_t bufferIndex) in disableForBuffer() function in gl::VertexArrayBufferContentsObservers
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp601 mContentsObservers->disableForBuffer(bufferGL, static_cast<uint32_t>(attribIndex)); in syncDirtyAttrib()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm654 mContentsObservers->disableForBuffer(bufferGL, static_cast<uint32_t>(attribIndex));