Searched refs:getInputResourceName (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | Program.h | 749 void getInputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const; 764 const std::string getInputResourceName(GLuint index) const;
|
D | Program.cpp | 2334 void Program::getInputResourceName(GLuint index, in getInputResourceName() function in gl::Program 2340 getResourceName(getInputResourceName(index), bufSize, length, name); in getInputResourceName() 2384 const std::string Program::getInputResourceName(GLuint index) const in getInputResourceName() function in gl::Program
|
D | queryutils.cpp | 721 return clampCast<GLint>(program->getInputResourceName(index).size() + 1u); in GetInputResourceProperty() 2019 program->getInputResourceName(index, bufSize, length, name); in QueryProgramResourceName()
|