Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h95 GLuint getIndexForLocation(GLint location);
DGLSharedGroup.cpp83 GLuint ProgramData::getIndexForLocation(GLint location) { in getIndexForLocation() function in ProgramData
100 GLuint index = getIndexForLocation(location); in getTypeForLocation()