Home
last modified time | relevance | path

Searched refs:drawable (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c813 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 DSDL_uikitopenglview.m83 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 DSDL_uikitopengles.m39 /* The OpenGL ES context owns a view / drawable. */
204 /* The context owns the view / drawable. */
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md83 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 DREADME-android.md159 the drawable directories under the res directory. There are several directories
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoametalview.m38 /* Update the drawable size when SDL receives a size changed event for
A DSDL_cocoaopengl.m81 /* Updates the drawable for the contexts and manages related state. */

Completed in 9 milliseconds