Home
last modified time | relevance | path

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

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