Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DProgram.h66 GLuint getAttrib(const char* name) const;
DProgram.cpp92 GLuint Program::getAttrib(const char* name) const { in getAttrib() function in android::renderengine::gl::Program