Home
last modified time | relevance | path

Searched refs:EGL_BUFFER_SIZE (Results 1 – 25 of 25) sorted by relevance

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp252 { EGL_BUFFER_SIZE, 0 }, in getValue()
419 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
543 { EGL_BUFFER_SIZE, "buffer_size" }, in init()
616 EGL_BUFFER_SIZE, in init()
641 EGL_BUFFER_SIZE, in init()
DteglChooseConfigReference.cpp250 SurfaceConfig::compareAttributeSmaller<EGL_BUFFER_SIZE>, in compareTo()
290 …rules[EGL_BUFFER_SIZE] = AttribRule(EGL_BUFFER_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SMA… in getDefaultRules()
DteglQueryConfigTests.cpp441 const EGLint bufferSize = getValue(config, EGL_BUFFER_SIZE); in executeTest()
558 { EGL_BUFFER_SIZE, "buffer_size" }, in init()
DteglConfigList.cpp81 egl.getConfigAttrib(display, configs[i], EGL_BUFFER_SIZE, &val); in iterate()
DteglMultiThreadTests.cpp476 case EGL_BUFFER_SIZE: return "EGL_BUFFER_SIZE"; in configAttributeToString()
638 EGL_BUFFER_SIZE, in runThread()
DteglWideColorTests.cpp758 info.bufferSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_BUFFER_SIZE); in writeEglConfig()
/external/deqp/framework/egl/
DegluConfigInfo.cpp40 case EGL_BUFFER_SIZE: return bufferSize; in getAttribute()
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize); in queryCoreConfigInfo()
DegluStrUtil.inl78 case EGL_BUFFER_SIZE: return "EGL_BUFFER_SIZE";
DegluStrUtil.cpp64 case EGL_BUFFER_SIZE: in operator <<()
/external/libkmsxx/kmscube/
Dcube-egl.cpp18 getconf(EGL_BUFFER_SIZE), in print_egl_config()
/external/mesa3d/src/egl/main/
Deglconfig.h104 ATTRIB_MAP(EGL_BUFFER_SIZE, BufferSize); in _eglOffsetOfConfig()
Deglconfig.c149 { EGL_BUFFER_SIZE, ATTRIB_TYPE_INTEGER,
595 EGL_BUFFER_SIZE, in _eglCompareConfigs()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp451 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_BUFFER_SIZE , &i32Values[0]); in OutputAPIInfo()
554 conflist[i++] = EGL_BUFFER_SIZE; in SelectEGLConfiguration()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h96 #define EGL_BUFFER_SIZE 0x3020 macro
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp164 _eglSetConfigKey(&conf->base, EGL_BUFFER_SIZE, r); in haiku_add_configs_for_visuals()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java207 EGL10.EGL_BUFFER_SIZE, in printConfig()
/external/mesa3d/include/EGL/
Degl.h76 #define EGL_BUFFER_SIZE 0x3020 macro
/external/swiftshader/include/EGL/
Degl.h76 #define EGL_BUFFER_SIZE 0x3020 macro
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp370 …case EGL_BUFFER_SIZE: match = config->mBufferSize >= attribIt->second; … in getConfigs()
DDisplay.cpp247 case EGL_BUFFER_SIZE: *value = configuration->mBufferSize; break; in getConfigAttrib()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl63 #define EGL_BUFFER_SIZE 0x3020 macro
DeglwEnumsC.inl63 #define EGL_BUFFER_SIZE 0x3020 macro
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c667 EGL_BUFFER_SIZE, 16, in EglInitialize()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c315 dri2_surf->depth = _eglGetConfigKey(conf, EGL_BUFFER_SIZE); in dri2_x11_create_surface()
Degl_dri2.c165 [__DRI_ATTRIB_BUFFER_SIZE ] = EGL_BUFFER_SIZE,