Home
last modified time | relevance | path

Searched refs:SDL_GL_CONTEXT_PROFILE_ES (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c35 if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) { in WIN_GLES_LoadLibrary()
67 if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) { in WIN_GLES_CreateContext()
A DSDL_windowsopengl.c656 SDL_assert(_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in WIN_GL_UseEGL()
671 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES && WIN_GL_UseEGL(_this)) { in WIN_GL_CreateContext()
A DSDL_windowswindow.c356 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES in WIN_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpiopengles.c35 *mask = SDL_GL_CONTEXT_PROFILE_ES; in RPI_GLES_DefaultProfileConfig()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m35 if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) {
67 if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) {
A DSDL_cocoaopengl.m193 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) {
A DSDL_cocoawindow.m1530 _this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) {
1549 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) {
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c38 if ((_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) && in X11_GLES_LoadLibrary()
A DSDL_x11opengl.c245 if (((_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) || in X11_GL_LoadLibrary()
663 SDL_assert(_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in X11_GL_UseEGL()
A DSDL_x11window.c420 if (((_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) || in X11_CreateWindow()
633 ((_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) || in X11_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c344 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) { in SDL_EGL_LoadLibraryOnly()
737 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) { in SDL_EGL_ChooseConfig()
844 SDL_bool profile_es = (profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in SDL_EGL_CreateContext()
899 if (profile_mask != 0 && profile_mask != SDL_GL_CONTEXT_PROFILE_ES) { in SDL_EGL_CreateContext()
A DSDL_video.c3171 _this->gl_config.profile_mask = SDL_GL_CONTEXT_PROFILE_ES; in SDL_GL_ResetAttributes()
3175 _this->gl_config.profile_mask = SDL_GL_CONTEXT_PROFILE_ES; in SDL_GL_ResetAttributes()
3259 SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); in SDL_GL_SetAttribute()
3278 value != SDL_GL_CONTEXT_PROFILE_ES) { in SDL_GL_SetAttribute()
3475 if (_this->gl_config.profile_mask == SDL_GL_CONTEXT_PROFILE_ES) { in SDL_GL_GetAttribute()
/AliOS-Things-master/components/SDL2/test/
A Dtestgles.c164 state->gl_profile_mask = SDL_GL_CONTEXT_PROFILE_ES; in main()
A Dtestgles2.c536 state->gl_profile_mask = SDL_GL_CONTEXT_PROFILE_ES; in main()
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h233 SDL_GL_CONTEXT_PROFILE_ES = 0x0004 /**< GLX_CONTEXT_ES2_PROFILE_BIT_EXT */ enumerator
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c1125 …profile_mask != SDL_GL_CONTEXT_PROFILE_ES || major != RENDERER_CONTEXT_MAJOR || minor != RENDERER_… in GLES_CreateRenderer()
1128 SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); in GLES_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c1973 profile_mask != SDL_GL_CONTEXT_PROFILE_ES || major < RENDERER_CONTEXT_MAJOR) { in GLES2_CreateRenderer()
1976 SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); in GLES2_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c1568 …profile_mask == SDL_GL_CONTEXT_PROFILE_ES || major != RENDERER_CONTEXT_MAJOR || minor != RENDERER_… in GL_CreateRenderer()

Completed in 39 milliseconds