Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.h366 void onVertexArrayFormatChange(Context *context);
H A DContext.cpp6012 mStateCache.onVertexArrayFormatChange(this); in vertexAttribFormat()
6021 mStateCache.onVertexArrayFormatChange(this); in vertexAttribIFormat()
6033 mStateCache.onVertexArrayFormatChange(this); in vertexBindingDivisor()
10475 void StateCache::onVertexArrayFormatChange(Context *context) in onVertexArrayFormatChange() function in gl::StateCache