Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h750 void getOutputResourceName(GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) const;
765 const std::string getOutputResourceName(GLuint index) const;
DProgram.cpp2343 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
Dqueryutils.cpp763 return clampCast<GLint>(program->getOutputResourceName(index).size() + 1u); in GetOutputResourceProperty()
2023 program->getOutputResourceName(index, bufSize, length, name); in QueryProgramResourceName()