OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedTextureDataMap
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TextureSharedData.h
40
typedef std::map<GLuint, TextureRec*>
SharedTextureDataMap
;
GLSharedGroup.h
136
SharedTextureDataMap
m_textureRecs;
155
SharedTextureDataMap
* getTextureData();
GLClientState.h
393
void setTextureData(
SharedTextureDataMap
* sharedTexData);
489
SharedTextureDataMap
* textureRecs;
GLClientState.cpp
825
SharedTextureDataMap
::const_iterator it =
[
all
...]
GLSharedGroup.cpp
259
SharedTextureDataMap
* GLSharedGroup::getTextureData() {
Completed in 144 milliseconds