OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EglContext
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp
16
#include "
EglContext
.h"
21
unsigned int
EglContext
::s_nextContextHndl = 0;
25
bool
EglContext
::usingSurface(SurfacePtr surface) {
29
EglContext
::
EglContext
(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,
46
EglContext
::~
EglContext
()
65
void
EglContext
::setSurfaces(SurfacePtr read,SurfacePtr draw)
71
bool
EglContext
::getAttrib(EGLint attrib,EGLint* value) {
82
bool
EglContext
::attachImage(unsigned int imageId,ImagePtr img)
[
all
...]
EglContext.h
32
class
EglContext
;
33
typedef SmartPtr<
EglContext
> ContextPtr;
37
class
EglContext
{
41
EglContext
(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr);
56
~
EglContext
();
Completed in 28 milliseconds