Home
last modified time | relevance | path

Searched refs:getResourceLocation (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DProgram.h760 GLuint getResourceLocation(const GLchar *name, const sh::ShaderVariable &variable) const;
DProgram.cpp2232 GLuint Program::getResourceLocation(const GLchar *name, const sh::ShaderVariable &variable) const in getResourceLocation() function in gl::Program
2264 return getResourceLocation(name, variable); in getInputResourceLocation()
2277 return getResourceLocation(name, variable); in getOutputResourceLocation()