OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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