Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcConfigList.hpp76 uint32_t surfaceTypes; member
127 uint32_t surfaceTypes; member
H A DglcConfigListEGL.cpp129 uint32_t surfaceTypes = ((surfaceBits & EGL_WINDOW_BIT) ? SURFACETYPE_WINDOW : 0) | in getDefaultEglConfigList() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglConfigList.cpp161 std::string surfaceTypes = de::toString(eglu::getSurfaceBitsStr(val)); in iterate() local
H A DteglRenderCase.cpp125 const EGLint surfaceTypes = eglu::getConfigAttribInt(egl, display, config, EGL_SURFACE_TYPE); in executeForConfig() local
H A DteglNegativePartialUpdateTests.cpp107 EGLConfig getEGLConfig(const Library &egl, EGLDisplay eglDisplay, unsigned surfaceTypes, bool prese… in getEGLConfig()
H A DteglMakeCurrentPerfTests.cpp73 SurfaceType surfaceTypes; member
H A DteglCreateContextExtTests.cpp921 … const EGLint surfaceTypes = eglu::getConfigAttribInt(egl, m_display, config, EGL_SURFACE_TYPE); in iterate() local
H A DteglMultiThreadTests.cpp1003 EGLint surfaceTypes = 0; in runThread() local
H A DteglWideColorTests.cpp721 std::string surfaceTypes = de::toString(eglu::getSurfaceBitsStr(val)); in writeEglConfig() local
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp83 uint32_t surfaceTypes; member in tcu::wgl::PixelFormatInfo
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.h203 const char *surfaceTypes; member
/aosp_15_r20/external/deqp/executor/
H A DxeTestCaseResult.hpp465 std::string surfaceTypes; member in xe::ri::EglConfig