Home
last modified time | relevance | path

Searched refs:attribs (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c78 Sint32 attribs[64]; in NACL_GLES_CreateContext() local
87 attribs[i++] = PP_GRAPHICS3DATTRIB_WIDTH; in NACL_GLES_CreateContext()
88 attribs[i++] = window->w; in NACL_GLES_CreateContext()
89 attribs[i++] = PP_GRAPHICS3DATTRIB_HEIGHT; in NACL_GLES_CreateContext()
90 attribs[i++] = window->h; in NACL_GLES_CreateContext()
91 attribs[i++] = PP_GRAPHICS3DATTRIB_RED_SIZE; in NACL_GLES_CreateContext()
92 attribs[i++] = _this->gl_config.red_size; in NACL_GLES_CreateContext()
94 attribs[i++] = _this->gl_config.green_size; in NACL_GLES_CreateContext()
96 attribs[i++] = _this->gl_config.blue_size; in NACL_GLES_CreateContext()
109 attribs[i++] = _this->gl_config.depth_size; in NACL_GLES_CreateContext()
[all …]
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c499 attribs[i++] = GLX_RGBA; in X11_GL_GetAttributes()
501 attribs[i++] = GLX_RED_SIZE; in X11_GL_GetAttributes()
503 attribs[i++] = GLX_GREEN_SIZE; in X11_GL_GetAttributes()
505 attribs[i++] = GLX_BLUE_SIZE; in X11_GL_GetAttributes()
516 attribs[i++] = True; in X11_GL_GetAttributes()
520 attribs[i++] = GLX_DEPTH_SIZE; in X11_GL_GetAttributes()
551 attribs[i++] = True; in X11_GL_GetAttributes()
586 attribs[i++] = None; in X11_GL_GetAttributes()
601 int attribs[64]; in X11_GL_GetVisual() local
708 int attribs[15] = { in X11_GL_CreateContext() local
[all …]
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl.c80 EGLint attribs[32]; in PSP_GL_CreateContext() local
97 attribs[i++] = EGL_RED_SIZE; in PSP_GL_CreateContext()
98 attribs[i++] = _this->gl_config.red_size; in PSP_GL_CreateContext()
99 attribs[i++] = EGL_GREEN_SIZE; in PSP_GL_CreateContext()
100 attribs[i++] = _this->gl_config.green_size; in PSP_GL_CreateContext()
101 attribs[i++] = EGL_BLUE_SIZE; in PSP_GL_CreateContext()
102 attribs[i++] = _this->gl_config.blue_size; in PSP_GL_CreateContext()
103 attribs[i++] = EGL_DEPTH_SIZE; in PSP_GL_CreateContext()
108 attribs[i++] = EGL_ALPHA_SIZE; in PSP_GL_CreateContext()
113 attribs[i++] = EGL_STENCIL_SIZE; in PSP_GL_CreateContext()
[all …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c682 EGLint attribs[64]; in SDL_EGL_ChooseConfig() local
696 attribs[i++] = EGL_RED_SIZE; in SDL_EGL_ChooseConfig()
698 attribs[i++] = EGL_GREEN_SIZE; in SDL_EGL_ChooseConfig()
700 attribs[i++] = EGL_BLUE_SIZE; in SDL_EGL_ChooseConfig()
760 attribs[i++] = EGL_NONE; in SDL_EGL_ChooseConfig()
763 attribs, in SDL_EGL_ChooseConfig()
837 EGLint attribs[15]; in SDL_EGL_CreateContext() local
930 attribs[attr++] = EGL_NONE; in SDL_EGL_CreateContext()
1079 EGLint attribs[3]; in SDL_EGL_CreateSurface() local
1118 attribs[attr++] = EGL_NONE; in SDL_EGL_CreateSurface()
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c734 attribs[iattr++] = WGL_CONTEXT_MAJOR_VERSION_ARB; in WIN_GL_CreateContext()
735 attribs[iattr++] = _this->gl_config.major_version; in WIN_GL_CreateContext()
736 attribs[iattr++] = WGL_CONTEXT_MINOR_VERSION_ARB; in WIN_GL_CreateContext()
737 attribs[iattr++] = _this->gl_config.minor_version; in WIN_GL_CreateContext()
741 attribs[iattr++] = WGL_CONTEXT_PROFILE_MASK_ARB; in WIN_GL_CreateContext()
742 attribs[iattr++] = _this->gl_config.profile_mask; in WIN_GL_CreateContext()
747 attribs[iattr++] = WGL_CONTEXT_FLAGS_ARB; in WIN_GL_CreateContext()
748 attribs[iattr++] = _this->gl_config.flags; in WIN_GL_CreateContext()
769 attribs[iattr++] = WGL_CONTEXT_OPENGL_NO_ERROR_ARB; in WIN_GL_CreateContext()
770 attribs[iattr++] = _this->gl_config.no_error; in WIN_GL_CreateContext()
[all …]
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py576 def _style_attr(fg_color, bg_color, attribs, color_attribs={}): argument
584 return attribs
593 return color_attribs[(fg_color, bg_color)] | attribs
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py576 def _style_attr(fg_color, bg_color, attribs, color_attribs={}): argument
584 return attribs
593 return color_attribs[(fg_color, bg_color)] | attribs
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h9691 typedef void (APIENTRYP PFNGLTRANSFORMFEEDBACKATTRIBSNVPROC) (GLuint count, const GLint *attribs, G…
9700 … PFNGLTRANSFORMFEEDBACKSTREAMATTRIBSNVPROC) (GLsizei count, const GLint *attribs, GLsizei nbuffers…
9704 GLAPI void APIENTRY glTransformFeedbackAttribsNV (GLuint count, const GLint *attribs, GLenum buffer…
9713 GLAPI void APIENTRY glTransformFeedbackStreamAttribsNV (GLsizei count, const GLint *attribs, GLsize…

Completed in 87 milliseconds