Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h540 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
Dqueryutils.cpp1929 const BufferVariable &bufferVariable = program->getBufferVariableByIndex(index); in GetBufferVariableResourceProperty()
DProgram.cpp2590 const BufferVariable &Program::getBufferVariableByIndex(GLuint index) const in getBufferVariableByIndex() function in gl::Program