Searched refs:getAttrib (Results 1 – 5 of 5) sorted by relevance
49 GLuint getAttrib(const char* name) const;
87 GLuint Program::getAttrib(const char* name) const { in getAttrib() function in android::Program
109 int Program::getAttrib(const char* name) { in getAttrib() function in android::uirenderer::Program
362 int getAttrib(const char* name);
352 colorLocation = fill.program->getAttrib("colors"); in render()360 alphaLocation = fill.program->getAttrib("vtxAlpha"); in render()