Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DProgram.h60 GLuint getAttrib(const char* name) const;
DProgram.cpp88 GLuint Program::getAttrib(const char* name) const { in getAttrib() function in android::renderengine::gl::Program