/external/deqp/framework/opengl/ |
D | gluRenderConfig.cpp | 147 …case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break; in parseRenderConfig() 148 …case tcu::SURFACETYPE_OFFSCREEN_NATIVE: config->surfaceType = RenderConfig::SURFACETYPE_OFFSCREE… in parseRenderConfig() 149 …case tcu::SURFACETYPE_OFFSCREEN_GENERIC: config->surfaceType = RenderConfig::SURFACETYPE_OFFSCREE… in parseRenderConfig() 150 …case tcu::SURFACETYPE_FBO: config->surfaceType = RenderConfig::SURFACETYPE_DONT_CARE; break; in parseRenderConfig() 151 …case tcu::SURFACETYPE_LAST: config->surfaceType = RenderConfig::SURFACETYPE_DONT_CARE; brea… in parseRenderConfig()
|
D | gluRenderConfig.hpp | 79 SurfaceType surfaceType; member 98 , surfaceType (SURFACETYPE_DONT_CARE) in RenderConfig()
|
/external/deqp/modules/egl/ |
D | teglThreadCleanUpTests.cpp | 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPBuffer() 151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName() argument 160 if (surfaceType ==SURFACETYPE_SINGLE) in testCaseName() 169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest() argument 170 …: TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context c… in ThreadCleanUpTest() 172 , m_surfaceType (surfaceType) in ThreadCleanUpTest()
|
D | teglCreateSurfaceTests.cpp | 344 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 346 return (c.surfaceType() & Type) == Type; in surfaceType() 357 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() 372 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init() 387 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in init() 402 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() 417 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init() 432 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() 447 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
|
D | teglQuerySurfaceTests.cpp | 192 …if (multisampleResolve == EGL_MULTISAMPLE_RESOLVE_BOX && !(info.surfaceType & EGL_MULTISAMPLE_RESO… in checkCommonAttributes() 209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in checkCommonAttributes() 226 if (alphaFormat == EGL_ALPHA_FORMAT_PRE && !(info.surfaceType & EGL_VG_ALPHA_FORMAT_PRE_BIT)) in checkCommonAttributes() 243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT)) in checkCommonAttributes() 459 …void testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo… 467 void SurfaceAttribCase::testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType,… in testAttributes() argument 489 if (surfaceType == EGL_PBUFFER_BIT) in testAttributes() 682 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 684 return (c.surfaceType() & Type) == Type; in surfaceType() 700 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() [all …]
|
D | teglNegativePartialUpdateTests.cpp | 59 …ateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* na… 82 return (c.surfaceType() & EGL_WINDOW_BIT) == EGL_WINDOW_BIT; in isWindow() 87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT; in isPbuffer() 97 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in hasPreserveSwap() 100 …ry& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveB… in getEGLConfig() argument 103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW) in getEGLConfig() 105 else if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_PBUFFER) in getEGLConfig() 132 …dateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* na… in NegativePartialUpdateTest() argument 135 , m_surfaceType (surfaceType) in NegativePartialUpdateTest()
|
D | teglRenderCase.cpp | 297 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiContextRenderCase() argument 298 : RenderCase (eglTestCtx, name, description, surfaceType, filters) in MultiContextRenderCase() 395 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 397 return (c.surfaceType() & Type) == Type; in surfaceType() 437 { "window", EGL_WINDOW_BIT, surfaceType<EGL_WINDOW_BIT> }, in getDefaultRenderFilterLists() 438 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, }, in getDefaultRenderFilterLists() 439 { "pbuffer", EGL_PBUFFER_BIT, surfaceType<EGL_PBUFFER_BIT> } in getDefaultRenderFilterLists()
|
D | teglColorClearCase.hpp | 44 eglw::EGLint surfaceType, 62 eglw::EGLint surfaceType,
|
D | teglResizeTests.cpp | 116 virtual EGLenum surfaceType (void) const { return EGL_WINDOW_BIT; } in surfaceType() function in deqp::egl::ResizeTest 131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) in getEGLConfig() argument 135 attribMap[EGL_SURFACE_TYPE] = surfaceType; in getEGLConfig() 148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init() 378 EGLenum surfaceType (void) const; 381 EGLenum PreserveBackBufferCase::surfaceType (void) const in surfaceType() function in deqp::egl::PreserveBackBufferCase
|
D | teglMutableRenderBufferTests.cpp | 135 EGLint surfaceType = -1; in init() local 136 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, *config, EGL_SURFACE_TYPE, &surfaceType)); in init() 138 if (!(surfaceType & EGL_MUTABLE_RENDER_BUFFER_BIT_KHR)) in init()
|
D | teglColorClearCase.cpp | 163 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in SingleThreadColorClearCase() argument 164 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in SingleThreadColorClearCase() 326 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiThreadColorClearCase() argument 327 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in MultiThreadColorClearCase()
|
D | teglNativeColorMappingTests.cpp | 565 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 567 return (c.surfaceType() & Type) == Type; in surfaceType() 577 baseFilters << surfaceType<EGL_WINDOW_BIT>; in addTestGroups() 581 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in addTestGroups() 585 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in addTestGroups()
|
D | teglNativeCoordMappingTests.cpp | 601 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 603 return (c.surfaceType() & Type) == Type; in surfaceType() 613 baseFilters << surfaceType<EGL_WINDOW_BIT>; in addTestGroups() 617 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in addTestGroups() 621 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in addTestGroups()
|
D | teglRenderTests.cpp | 708 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… 720 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in SingleThreadRenderCase() argument 721 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in SingleThreadRenderCase() 842 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… 922 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiThreadRenderCase() argument 923 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in MultiThreadRenderCase()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 534 surfaceType = SURFACETYPE_UNORM_FBO; in DerivateCaseDefinition() 546 SurfaceType surfaceType; member 630 …m_colorFormat = vk::mapTextureFormat(glu::mapGLInternalFormat(m_definitions.surfaceType == SURFACE… in TriangleDerivateCaseInstance() 641 switch (m_definitions.surfaceType) in getSurfaceThreshold() 712 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO) in iterate() 1088 SurfaceType surfaceType, 1108 SurfaceType surfaceType, in LinearDerivateCase() argument 1121 m_definitions.surfaceType = surfaceType; in LinearDerivateCase() 1143 const bool packToInt = m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO; in initPrograms() 1192 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO) in initPrograms() [all …]
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 218 if (renderConfig.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE) in configMatches() 220 EGLint surfaceType = 0; in configMatches() local 223 switch (renderConfig.surfaceType) in configMatches() 232 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType)); in configMatches() 234 if ((surfaceType & requiredSurface) == 0) in configMatches()
|
D | egluGLContextFactory.cpp | 312 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType; in create() local 336 if (surfaceType == glu::RenderConfig::SURFACETYPE_DONT_CARE) in create() 342 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW; in create() 344 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC; in create() 346 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE; in create() 351 switch (surfaceType) in create()
|
D | egluConfigInfo.hpp | 68 deInt32 surfaceType; member in eglu::ConfigInfo 114 , surfaceType (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 66 case EGL_SURFACE_TYPE: return surfaceType; in getAttribute() 115 egl.getConfigAttrib(display, config, EGL_SURFACE_TYPE, &dst->surfaceType); in queryCoreConfigInfo()
|
D | egluConfigFilter.hpp | 61 deUint32 surfaceType (void) const;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 974 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… 987 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… in LinearDerivateCase() argument 997 m_surfaceType = surfaceType; in LinearDerivateCase() 1209 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… 1227 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples) in TextureDerivateCase() argument 1237 m_surfaceType = surfaceType; in TextureDerivateCase() 1727 SurfaceType surfaceType; in init() member 1750 SurfaceType surfaceType; in init() member 1762 SurfaceType surfaceType; in init() member 1805 const SurfaceType surfaceType = SURFACETYPE_DEFAULT_FRAMEBUFFER; in init() local [all …]
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | BatchRunConfiguration.java | 33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration() argument 37 mSurfaceType = surfaceType; in BatchRunConfiguration()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 509 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType); in configMatches() 516 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW && in configMatches() 653 RenderConfig::SurfaceType surfaceType = config.surfaceType; in createDrawable() local 655 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE) in createDrawable() 659 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE; in createDrawable() 661 surfaceType = RenderConfig::SURFACETYPE_WINDOW; in createDrawable() 664 switch (surfaceType) in createDrawable()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 100 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW && in WGLContext() 101 config.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE) in WGLContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcContext.cpp | 62 renderCfg.surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC; in createRenderContext()
|