/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 | 70 SurfaceType surfaceType; member 87 , 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() 149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName() argument 158 if (surfaceType ==SURFACETYPE_SINGLE) in testCaseName() 167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest() argument 168 …: TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context c… in ThreadCleanUpTest() 170 , m_surfaceType (surfaceType) in ThreadCleanUpTest()
|
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 | teglCreateSurfaceTests.cpp | 285 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 287 return (c.surfaceType() & Type) == Type; in surfaceType() 298 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() 313 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init() 328 baseFilters << surfaceType<EGL_PBUFFER_BIT>; in init() 343 baseFilters << surfaceType<EGL_WINDOW_BIT>; in init() 358 baseFilters << surfaceType<EGL_PIXMAP_BIT>; in init()
|
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 | 292 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiContextRenderCase() argument 293 : RenderCase (eglTestCtx, name, description, surfaceType, filters) in MultiContextRenderCase() 390 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType() function 392 return (c.surfaceType() & Type) == Type; in surfaceType() 427 { "window", EGL_WINDOW_BIT, surfaceType<EGL_WINDOW_BIT> }, in getDefaultRenderFilterLists() 428 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, }, in getDefaultRenderFilterLists() 429 { "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() 377 EGLenum surfaceType (void) const; 380 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() 325 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiThreadColorClearCase() argument 326 …: 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 | 671 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… 683 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in SingleThreadRenderCase() argument 684 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in SingleThreadRenderCase() 805 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… 884 …TestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::Fi… in MultiThreadRenderCase() argument 885 …: MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerA… in MultiThreadRenderCase()
|
D | teglRenderCase.hpp | 80 …st char* name, const char* description, eglw::EGLint api, eglw::EGLint surfaceType, const eglu::Fi…
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 172 if (renderConfig.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE) in configMatches() 174 EGLint surfaceType = 0; in configMatches() local 177 switch (renderConfig.surfaceType) in configMatches() 186 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType)); in configMatches() 188 if ((surfaceType & requiredSurface) == 0) in configMatches()
|
D | egluGLContextFactory.cpp | 290 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType; in create() local 307 if (surfaceType == glu::RenderConfig::SURFACETYPE_DONT_CARE) in create() 313 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW; in create() 315 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC; in create() 317 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE; in create() 322 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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 532 surfaceType = SURFACETYPE_UNORM_FBO; in DerivateCaseDefinition() 543 SurfaceType surfaceType; member 627 …m_colorFormat = vk::mapTextureFormat(glu::mapGLInternalFormat(m_definitions.surfaceType == SURFACE… in TriangleDerivateCaseInstance() 638 switch (m_definitions.surfaceType) in getSurfaceThreshold() 686 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO) in iterate() 1061 SurfaceType surfaceType, 1080 SurfaceType surfaceType, in LinearDerivateCase() argument 1092 m_definitions.surfaceType = surfaceType; in LinearDerivateCase() 1111 const bool packToInt = m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO; in initPrograms() 1160 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO) in initPrograms() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 939 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… 952 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… in LinearDerivateCase() argument 962 m_surfaceType = surfaceType; in LinearDerivateCase() 1138 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples… 1156 …u::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples) in TextureDerivateCase() argument 1166 m_surfaceType = surfaceType; in TextureDerivateCase() 1614 SurfaceType surfaceType; in init() member 1637 SurfaceType surfaceType; in init() member 1649 SurfaceType surfaceType; in init() member 1692 const SurfaceType surfaceType = SURFACETYPE_DEFAULT_FRAMEBUFFER; in init() local [all …]
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 435 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType); in configMatches() 442 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW && in configMatches() 572 RenderConfig::SurfaceType surfaceType = config.surfaceType; in createDrawable() local 574 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE) in createDrawable() 578 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE; in createDrawable() 580 surfaceType = RenderConfig::SURFACETYPE_WINDOW; in createDrawable() 583 switch (surfaceType) in createDrawable()
|
/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/win32/ |
D | tcuWGLContextFactory.cpp | 96 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW && in WGLContext() 97 config.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE) in WGLContext()
|