HomeSort by relevance Sort by last modified time
    Searched refs:surfaceType (Results 1 - 25 of 41) sorted by null

1 2

  /external/deqp/modules/egl/
teglColorClearCase.hpp 44 eglw::EGLint surfaceType,
62 eglw::EGLint surfaceType,
teglCreateSurfaceTests.cpp 285 static bool surfaceType (const eglu::CandidateConfig& c)
287 return (c.surfaceType() & Type) == Type;
298 baseFilters << surfaceType<EGL_WINDOW_BIT>;
313 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
328 baseFilters << surfaceType<EGL_PBUFFER_BIT>;
343 baseFilters << surfaceType<EGL_WINDOW_BIT>;
358 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
teglRenderCase.cpp 292 MultiContextRenderCase::MultiContextRenderCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi)
293 : RenderCase (eglTestCtx, name, description, surfaceType, filters)
390 static bool surfaceType (const eglu::CandidateConfig& c)
392 return (c.surfaceType() & Type) == Type;
422 { "window", EGL_WINDOW_BIT, surfaceType<EGL_WINDOW_BIT> },
423 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, },
424 { "pbuffer", EGL_PBUFFER_BIT, surfaceType<EGL_PBUFFER_BIT> }
teglQuerySurfaceTests.cpp 192 if (multisampleResolve == EGL_MULTISAMPLE_RESOLVE_BOX && !(info.surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT))
209 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
226 if (alphaFormat == EGL_ALPHA_FORMAT_PRE && !(info.surfaceType & EGL_VG_ALPHA_FORMAT_PRE_BIT))
243 if (colorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
459 void testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info);
467 void SurfaceAttribCase::testAttributes (EGLDisplay display, EGLSurface surface, EGLint surfaceType, const ConfigInfo& info)
489 if (surfaceType == EGL_PBUFFER_BIT)
682 static bool surfaceType (const eglu::CandidateConfig& c)
684 return (c.surfaceType() & Type) == Type;
700 baseFilters << surfaceType<EGL_WINDOW_BIT>
    [all...]
teglNegativePartialUpdateTests.cpp 53 enum SurfaceType
59 NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* name, const char* description);
72 SurfaceType m_surfaceType;
82 return (c.surfaceType() & EGL_WINDOW_BIT) == EGL_WINDOW_BIT;
87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
97 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveBuffer)
103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW
    [all...]
teglResizeTests.cpp 116 virtual EGLenum surfaceType (void) const { return EGL_WINDOW_BIT; }
131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType)
135 attribMap[EGL_SURFACE_TYPE] = surfaceType;
148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType());
377 EGLenum surfaceType (void) const;
380 EGLenum PreserveBackBufferCase::surfaceType (void) const
teglRenderCase.hpp 80 MultiContextRenderCase (EglTestContext& eglTestCtx, const char* name, const char* description, eglw::EGLint api, eglw::EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi);
teglColorClearCase.cpp 163 SingleThreadColorClearCase::SingleThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi)
164 : MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerApi)
324 MultiThreadColorClearCase::MultiThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi)
325 : MultiContextRenderCase(eglTestCtx, name, description, api, surfaceType, filters, numContextsPerApi)
teglNativeColorMappingTests.cpp 565 static bool surfaceType (const eglu::CandidateConfig& c)
567 return (c.surfaceType() & Type) == Type;
577 baseFilters << surfaceType<EGL_WINDOW_BIT>;
581 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
585 baseFilters << surfaceType<EGL_PBUFFER_BIT>;
teglNativeCoordMappingTests.cpp 601 static bool surfaceType (const eglu::CandidateConfig& c)
603 return (c.surfaceType() & Type) == Type;
613 baseFilters << surfaceType<EGL_WINDOW_BIT>;
617 baseFilters << surfaceType<EGL_PIXMAP_BIT>;
621 baseFilters << surfaceType<EGL_PBUFFER_BIT>;
  /external/deqp/framework/egl/
egluConfigInfo.hpp 66 deInt32 surfaceType;
99 , surfaceType (0)
egluGLUtil.cpp 172 if (renderConfig.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE)
174 EGLint surfaceType = 0;
177 switch (renderConfig.surfaceType)
186 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType));
188 if ((surfaceType & requiredSurface) == 0)
egluConfigFilter.hpp 61 deUint32 surfaceType (void) const;
egluConfigInfo.cpp 64 case EGL_SURFACE_TYPE: return surfaceType;
101 egl.getConfigAttrib(display, config, EGL_SURFACE_TYPE, &dst->surfaceType);
egluGLContextFactory.cpp 290 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType;
307 if (surfaceType == glu::RenderConfig::SURFACETYPE_DONT_CARE)
313 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
315 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
317 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
322 switch (surfaceType)
egluConfigFilter.cpp 70 deUint32 CandidateConfig::surfaceType (void) const { return (deUint32)get(EGL_SURFACE_TYPE); }
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 42 enum SurfaceType
70 SurfaceType surfaceType;
87 , surfaceType (SURFACETYPE_DONT_CARE)
gluRenderConfig.cpp 147 case tcu::SURFACETYPE_WINDOW: config->surfaceType = RenderConfig::SURFACETYPE_WINDOW; break;
148 case tcu::SURFACETYPE_OFFSCREEN_NATIVE: config->surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE; break;
149 case tcu::SURFACETYPE_OFFSCREEN_GENERIC: config->surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC; break;
150 case tcu::SURFACETYPE_FBO: config->surfaceType = RenderConfig::SURFACETYPE_DONT_CARE; break;
151 case tcu::SURFACETYPE_LAST: config->surfaceType = RenderConfig::SURFACETYPE_DONT_CARE; break;
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 88 enum SurfaceType
587 SurfaceType m_surfaceType;
939 LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples, const char* fragmentSrcTmpl);
952 LinearDerivateCase::LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples, const char* fragmentSrcTmpl)
962 m_surfaceType = surfaceType;
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 403 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type)
435 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType);
442 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
572 RenderConfig::SurfaceType surfaceType = config.surfaceType;
574 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE)
578 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
580 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
583 switch (surfaceType)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 96 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW &&
97 config.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE)
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 345 int surfaceType = detectSurfaceType(output);
349 Size[] sizes = streamConfigurations.getOutputSizes(surfaceType);
352 if ((surfaceType >= LegacyMetadataMapper.HAL_PIXEL_FORMAT_RGBA_8888 &&
353 surfaceType <= LegacyMetadataMapper.HAL_PIXEL_FORMAT_BGRA_8888)) {
359 } else if (surfaceType == LegacyMetadataMapper.HAL_PIXEL_FORMAT_BLOB) {
372 surfaceType, reason));
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 178 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
186 EGLint getSurfaceType() { return surfaceType; }
208 EGLint surfaceType;
212 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType)
213 : dpy(dpy), config(config), surfaceType(surfaceType), rcSurface(0)
627 EGLint surfaceType;
628 if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_FALSE;
630 if (!(surfaceType & EGL_WINDOW_BIT)) {
652 EGLint surfaceType;
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 80 if (config.surfaceType == glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC)
82 else if (config.surfaceType == glu::RenderConfig::SURFACETYPE_WINDOW)
  /external/opencv3/modules/core/src/
directx.cpp     [all...]

Completed in 330 milliseconds

1 2