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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 78 GLenum getTypeForLocation(GLint location);
GLSharedGroup.cpp 108 GLenum ProgramData::getTypeForLocation(GLint location)
390 type = pData->getTypeForLocation(location);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 78 GLenum getTypeForLocation(GLint location);
GLSharedGroup.cpp 107 GLenum ProgramData::getTypeForLocation(GLint location)
354 return pData ? pData->getTypeForLocation(location) : 0;

Completed in 136 milliseconds