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
/sdk/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
262
unsigned int hndl = s.Ptr()->
getHndl
();
276
unsigned int hndl = ctx.Ptr()->
getHndl
();
EglImp.cpp
818
EGLContext c = (EGLContext)ctx->
getHndl
();
842
EGLSurface s = (EGLSurface)surface->
getHndl
();
[
all
...]
Completed in 897 milliseconds