OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_attachedImages
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp
83
if(
m_attachedImages
.find(imageId) ==
m_attachedImages
.end()){
84
m_attachedImages
[imageId] = img;
91
m_attachedImages
.erase(imageId);
EglContext.h
70
ImagesHndlMap
m_attachedImages
;
Completed in 160 milliseconds