Searched refs:getOutputResourceName (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | Program.h | 750 void getOutputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const; 765 const std::string getOutputResourceName(GLuint index) const;
|
D | Program.cpp | 2343 void Program::getOutputResourceName(GLuint index, in getOutputResourceName() function in gl::Program 2349 getResourceName(getOutputResourceName(index), bufSize, length, name); in getOutputResourceName() 2392 const std::string Program::getOutputResourceName(GLuint index) const in getOutputResourceName() function in gl::Program
|
D | queryutils.cpp | 763 return clampCast<GLint>(program->getOutputResourceName(index).size() + 1u); in GetOutputResourceProperty() 2023 program->getOutputResourceName(index, bufSize, length, name); in QueryProgramResourceName()
|