Home
last modified time | relevance | path

Searched refs:applyNumViewsToDivisor (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.h56 angle::Result applyNumViewsToDivisor(const gl::Context *context, int numViews);
DVertexArrayGL.cpp978 angle::Result VertexArrayGL::applyNumViewsToDivisor(const gl::Context *context, int numViews) in applyNumViewsToDivisor() function in rx::VertexArrayGL
DStateManagerGL.cpp2452 ANGLE_TRY(vao->applyNumViewsToDivisor(context, programNumViews)); in propagateProgramToVAO()