OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHndl
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglContext.h
52
unsigned int
getHndl
(){return m_hndl;}
EglSurface.h
43
unsigned int
getHndl
(){return m_hndl;};
EglDisplay.cpp
258
unsigned int hndl = s.Ptr()->
getHndl
();
272
unsigned int hndl = ctx.Ptr()->
getHndl
();
EglImp.cpp
826
EGLContext c = (EGLContext)ctx->
getHndl
();
850
EGLSurface s = (EGLSurface)surface->
getHndl
();
[
all
...]
Completed in 3048 milliseconds