/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | gpu_compatibility_test.cc | 45 tflite_gpu_info.opengl_info.major_version = 3; in TEST_F() 60 tflite_gpu_info.opengl_info.major_version = 3; in TEST_F()
|
A D | gpu_compatibility.cc | 76 int len = snprintf(buffer, 128 - 1, "%d.%d", gl_info.major_version, in CalculateVariables()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 345 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 D | SDL_sysvideo.h | 353 int major_version; member
|
A D | SDL_video.c | 3161 &_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 D | SDL_x11opengl.c | 665 … || _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 D | edid.h | 91 int major_version; member
|
A D | edid-parse.c | 116 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 D | SDL_x11events.c | 1485 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 D | SDL_windowsopengl.c | 659 … || _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 D | winfnt.h | 87 FT_UShort major_version; member
|
A D | winfnt.c | 111 FT_FRAME_USHORT_LE( major_version ),
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengl.m | 309 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 D | SDL_uikitopengles.m | 146 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 D | lfs.c | 4007 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 D | lfs2.c | 3690 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 D | lfs1.c | 2227 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()
|