Searched refs:drawable (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.c | 813 Window drawable = in X11_GL_MakeCurrent() local 828 rc = _this->gl_data->glXMakeCurrent(display, drawable, glx_context); in X11_GL_MakeCurrent() 861 Window drawable = windowdata->xwindow; in X11_GL_SetSwapInterval() local 872 _this->gl_data->glXSwapIntervalEXT(display, drawable, currentInterval); in X11_GL_SetSwapInterval() 873 _this->gl_data->glXSwapIntervalEXT(display, drawable, interval); in X11_GL_SetSwapInterval() 904 Window drawable = windowdata->xwindow; in X11_GL_GetSwapInterval() local 909 _this->gl_data->glXQueryDrawable(display, drawable, in X11_GL_GetSwapInterval() 914 _this->gl_data->glXQueryDrawable(display, drawable, in X11_GL_GetSwapInterval()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitopenglview.m | 83 SDL_SetError("Could not create OpenGL ES drawable (could not make context current)"); 96 /* sRGB EAGL drawable support was added in iOS 7. */ 130 SDL_SetError("Failed to create OpenGL ES drawable"); 300 /* Discard the contents of the MSAA drawable color buffer. */ 311 /* We assume the "drawable framebuffer" (MSAA draw framebuffer) was
|
A D | SDL_uikitopengles.m | 39 /* The OpenGL ES context owns a view / drawable. */ 204 /* The context owns the view / drawable. */
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-ios.md | 83 the size in pixels of the drawable screen framebuffer. 176 - The drawable Renderbuffer must be bound to the GL_RENDERBUFFER binding point when SDL_GL_SwapWind… 177 - The drawable Framebuffer Object must be bound while rendering to the screen and when SDL_GL_SwapW… 178 - If multisample antialiasing (MSAA) is used and glReadPixels is used on the screen, the drawable f…
|
A D | README-android.md | 159 the drawable directories under the res directory. There are several directories
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoametalview.m | 38 /* Update the drawable size when SDL receives a size changed event for
|
A D | SDL_cocoaopengl.m | 81 /* Updates the drawable for the contexts and manages related state. */
|
Completed in 26 milliseconds