Searched refs:getAttrib (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.h49 GLuint getAttrib(const char* name) const;
H A DProgram.cpp87 GLuint Program::getAttrib(const char* name) const { function in class:android::Program
/frameworks/base/libs/hwui/
H A DProgram.cpp109 int Program::getAttrib(const char* name) { function in class:android::uirenderer::Program
H A DProgram.h326 int getAttrib(const char* name);
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp330 colorLocation = fill.program->getAttrib("colors");
338 alphaLocation = fill.program->getAttrib("vtxAlpha");

Completed in 846 milliseconds