HomeSort by relevance Sort by last modified time
    Searched refs:getIndexForLocation (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 77 GLuint getIndexForLocation(GLint location);
GLSharedGroup.cpp 83 GLuint ProgramData::getIndexForLocation(GLint location)
101 GLuint index = getIndexForLocation(location);
126 GLuint index = getIndexForLocation(hostLoc);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 77 GLuint getIndexForLocation(GLint location);
GLSharedGroup.cpp 83 GLuint ProgramData::getIndexForLocation(GLint location)
101 GLuint index = getIndexForLocation(location);
126 GLuint index = getIndexForLocation(hostLoc);

Completed in 2699 milliseconds