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 deUint32 surfaceTypes; member
127 deUint32 surfaceTypes; member
DglcConfigListEGL.cpp129 deUint32 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
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
/external/deqp/framework/platform/win32/
DtcuWGL.hpp83 deUint32 surfaceTypes; member in tcu::wgl::PixelFormatInfo
/external/deqp/framework/qphelper/
DqpTestLog.h194 const char* surfaceTypes; member
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp293 const EGLint surfaceTypes[] = {EGL_WINDOW_BIT | EGL_PBUFFER_BIT, EGL_DONT_CARE}; in initialize() local
/external/deqp/executor/
DxeTestCaseResult.hpp387 std::string surfaceTypes; member in xe::ri::EglConfig