Home
last modified time | relevance | path

Searched refs:mAppliedNumViews (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp136 mAppliedNumViews = 1; in destroy()
366 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in computeStreamingAttributeSizes()
439 GLuint adjustedDivisor = GetAdjustedDivisor(mAppliedNumViews, binding.getDivisor()); in streamAttributes()
829 GetAdjustedDivisor(mAppliedNumViews, mState.getVertexBinding(bindingIndex).getDivisor()); in updateBindingDivisor()
980 if (numViews != mAppliedNumViews) in applyNumViewsToDivisor()
984 mAppliedNumViews = numViews; in applyNumViewsToDivisor()
H A DVertexArrayGL.h130 int mAppliedNumViews = 1; member in rx::VertexArrayGL

Completed in 3 milliseconds