Home
last modified time | relevance | path

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

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