HomeSort by relevance Sort by last modified time
    Searched refs:EGLNativeContextType (Results 1 - 10 of 10) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 38 typedef HGLRC EGLNativeContextType;
46 typedef void* EGLNativeContextType;
60 typedef GLXContext EGLNativeContextType;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 38 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx);
46 bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType);
55 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
EglContext.h 41 EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr);
43 EGLNativeContextType nativeType(){return m_native;};
61 EGLNativeContextType m_native;
EglDisplay.h 68 EGLNativeContextType getGlobalSharedContext();
87 EGLNativeContextType m_globalSharedContext;
EglContext.cpp 29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,
EglMacApi.cpp 157 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
161 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx){
EglDisplay.cpp 316 EGLNativeContextType EglDisplay::getGlobalSharedContext(){
320 EGLNativeContextType ret =
321 (EGLNativeContextType)m_manager[GLES_1_1]->getGlobalContext();
323 ret = (EGLNativeContextType)m_manager[GLES_2_0]->getGlobalContext();
EglX11Api.cpp 247 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
249 EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedContext,true);
253 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx){
EglWindowsApi.cpp 247 EGLNativeContextType ctx = NULL;
516 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
518 EGLNativeContextType ctx = NULL;
540 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx) {
549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx) {
EglImp.cpp 638 EGLNativeContextType nativeShared = NULL;
647 EGLNativeContextType globalSharedContext = dpy->getGlobalSharedContext();
648 EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContext);
    [all...]

Completed in 173 milliseconds