Home
last modified time | relevance | path

Searched defs:surfaceTypes (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp76 deUint32 surfaceTypes; member
127 deUint32 surfaceTypes; member
DglcConfigListEGL.cpp129 deUint32 surfaceTypes = ((surfaceBits & EGL_WINDOW_BIT) ? SURFACETYPE_WINDOW : 0) | in getDefaultEglConfigList() local
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp161 std::string surfaceTypes = de::toString(eglu::getSurfaceBitsStr(val)); in iterate() local
DteglNegativePartialUpdateTests.cpp100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, unsigned surfaceTypes, bool pres… in getEGLConfig()
DteglMakeCurrentPerfTests.cpp73 SurfaceType surfaceTypes; member
DteglCreateContextExtTests.cpp890 const EGLint surfaceTypes = eglu::getConfigAttribInt(egl, m_display, config, EGL_SURFACE_TYPE); in iterate() local
DteglMultiThreadTests.cpp904 EGLint surfaceTypes = 0; in runThread() local
DteglWideColorTests.cpp821 std::string surfaceTypes = de::toString(eglu::getSurfaceBitsStr(val)); in writeEglConfig() local
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp83 deUint32 surfaceTypes; member in tcu::wgl::PixelFormatInfo
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h193 const char* surfaceTypes; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp280 const EGLint surfaceTypes[] = {EGL_WINDOW_BIT | EGL_PBUFFER_BIT, EGL_DONT_CARE}; in initialize() local
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp386 std::string surfaceTypes; member in xe::ri::EglConfig
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp1963 std::vector<SurfaceType> surfaceTypes = {SurfaceType::Window}; in RegisterTraceTests() local