Home
last modified time | relevance | path

Searched refs:major_version (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Dgpu_compatibility_test.cc45 tflite_gpu_info.opengl_info.major_version = 3; in TEST_F()
60 tflite_gpu_info.opengl_info.major_version = 3; in TEST_F()
A Dgpu_compatibility.cc76 int len = snprintf(buffer, 128 - 1, "%d.%d", gl_info.major_version, in CalculateVariables()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c345 if (_this->gl_config.major_version > 1) { in SDL_EGL_LoadLibraryOnly()
739 if (_this->gl_config.major_version >= 3 && in SDL_EGL_ChooseConfig()
744 if (_this->gl_config.major_version >= 2) { in SDL_EGL_ChooseConfig()
842 EGLint major_version = _this->gl_config.major_version; in SDL_EGL_CreateContext() local
874 if ((major_version < 3 || (minor_version == 0 && profile_es)) && in SDL_EGL_CreateContext()
885 attribs[attr++] = SDL_max(major_version, 1); in SDL_EGL_CreateContext()
894 attribs[attr++] = major_version; in SDL_EGL_CreateContext()
A DSDL_sysvideo.h353 int major_version; member
A DSDL_video.c3161 &_this->gl_config.major_version, in SDL_GL_ResetAttributes()
3165 _this->gl_config.major_version = 2; in SDL_GL_ResetAttributes()
3169 _this->gl_config.major_version = 2; in SDL_GL_ResetAttributes()
3173 _this->gl_config.major_version = 1; in SDL_GL_ResetAttributes()
3251 _this->gl_config.major_version = value; in SDL_GL_SetAttribute()
3464 *value = _this->gl_config.major_version; in SDL_GL_GetAttribute()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c665 … || _this->gl_config.major_version == 1 /* No GLX extension for OpenGL ES 1.x profiles. */ in X11_GL_UseEGL()
666 … || _this->gl_config.major_version > _this->gl_data->es_profile_max_supported_version.major in X11_GL_UseEGL()
667 … || (_this->gl_config.major_version == _this->gl_data->es_profile_max_supported_version.major in X11_GL_UseEGL()
700 if (_this->gl_config.major_version < 3 && in X11_GL_CreateContext()
710 _this->gl_config.major_version, in X11_GL_CreateContext()
A Dedid.h91 int major_version; member
A Dedid-parse.c116 info->major_version = edid[0x12]; in decode_edid_version()
576 printf ("EDID revision: %d.%d\n", info->major_version, info->minor_version); in dump_monitor_info()
A DSDL_x11events.c1485 int major_version, minor_version; in X11_SuspendScreenSaver() local
1503 &major_version, &minor_version) || in X11_SuspendScreenSaver()
1504 major_version < 1 || (major_version == 1 && minor_version < 1)) { in X11_SuspendScreenSaver()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c659 … || _this->gl_config.major_version == 1 /* No WGL extension for OpenGL ES 1.x profiles. */ in WIN_GL_UseEGL()
660 … || _this->gl_config.major_version > _this->gl_data->es_profile_max_supported_version.major in WIN_GL_UseEGL()
661 … || (_this->gl_config.major_version == _this->gl_data->es_profile_max_supported_version.major in WIN_GL_UseEGL()
702 if (_this->gl_config.major_version < 3 && in WIN_GL_CreateContext()
735 attribs[iattr++] = _this->gl_config.major_version; in WIN_GL_CreateContext()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.h87 FT_UShort major_version; member
A Dwinfnt.c111 FT_FRAME_USHORT_LE( major_version ),
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m309 if (_this->gl_config.major_version < 3 &&
336 if ((glversion_major < _this->gl_config.major_version) ||
337 …((glversion_major == _this->gl_config.major_version) && (glversion_minor < _this->gl_config.minor_…
346 /*_this->gl_config.major_version = glversion_major;*/
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopengles.m146 int major = _this->gl_config.major_version;
182 … SDL_SetError("OpenGL ES %d context could not be created", _this->gl_config.major_version);
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c4007 uint16_t major_version = (0xffff & (superblock.version >> 16)); in lfs_mount() local
4009 if ((major_version != LFS_DISK_VERSION_MAJOR || in lfs_mount()
4012 major_version, minor_version); in lfs_mount()
5012 uint16_t major_version = (0xffff & (superblock.d.version >> 16)); in lfs1_mount() local
5014 if ((major_version != LFS1_DISK_VERSION_MAJOR || in lfs1_mount()
5016 LFS_ERROR("Invalid version v%d.%d", major_version, minor_version); in lfs1_mount()
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c3690 uint16_t major_version = (0xffff & (superblock.version >> 16)); local
3692 if ((major_version != LFS2_DISK_VERSION_MAJOR ||
3695 major_version, minor_version);
4615 uint16_t major_version = (0xffff & (superblock.d.version >> 16)); local
4617 if ((major_version != LFS21_DISK_VERSION_MAJOR ||
4619 LFS2_ERROR("Invalid version v%d.%d", major_version, minor_version);
A Dlfs1.c2227 uint16_t major_version = (0xffff & (superblock.d.version >> 16)); in lfs1_mount() local
2229 if ((major_version != LFS1_DISK_VERSION_MAJOR || in lfs1_mount()
2231 LFS1_ERROR("Invalid version %d.%d", major_version, minor_version); in lfs1_mount()

Completed in 47 milliseconds