Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h113 GLuint getIndexForLocation(GLint location);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp107 GLuint ProgramData::getIndexForLocation(GLint location) { in getIndexForLocation() function in gfxstream::guest::ProgramData
124 GLuint index = getIndexForLocation(location); in getTypeForLocation()