Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h573 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
Dqueryutils.cpp1923 const BufferVariable &bufferVariable = program->getBufferVariableByIndex(index); in GetBufferVariableResourceProperty()
DProgram.cpp2579 const BufferVariable &Program::getBufferVariableByIndex(GLuint index) const in getBufferVariableByIndex() function in gl::Program