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

1 2

  /frameworks/native/libs/vr/libvrflinger/
display_surface.h 23 enum class SurfaceType {
37 SurfaceType surface_type() const { return surface_type_; }
55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
102 SurfaceType surface_type_;
122 : DisplaySurface(service, SurfaceType::Application, surface_id,
142 : DisplaySurface(service, SurfaceType::Direct, surface_id, process_id,
display_service.cpp 65 if (surface->surface_type() == SurfaceType::Application) {
90 if (surface->surface_type() == SurfaceType::Direct) {
262 void DisplayService::SurfaceUpdated(SurfaceType surface_type,
267 if (surface_type == SurfaceType::Application)
342 SurfaceType::Direct,
406 SurfaceType::Application,
display_manager_service.cpp 100 SurfaceType::Application,
117 if (!surface || surface->surface_type() != SurfaceType::Application)
display_service.h 50 void ForEachDisplaySurface(SurfaceType surface_type, A action) const {
108 void SurfaceUpdated(SurfaceType surface_type,
display_surface.cpp 28 SurfaceType surface_type, int surface_id,
  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceTexture.java 35 @interface SurfaceType {}
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 51 enum SurfaceType
79 SurfaceType surfaceType;
98 , surfaceType (SURFACETYPE_DONT_CARE)
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 64 enum SurfaceType
73 SurfaceType surfaceTypes;
215 vector<SurfaceType> types;
231 SurfaceType type = types[surfaceNdx % types.size()];
558 const MakeCurrentPerfCase::SurfaceType types[] = {
588 const MakeCurrentPerfCase::SurfaceType types[] = {
625 const MakeCurrentPerfCase::SurfaceType types[] = {
630 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_PIXMAP),
631 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW),
632 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PIXMAP |MakeCurrentPerfCase::SURFACETYPE_WINDOW)
    [all...]
teglThreadCleanUpTests.cpp 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
145 enum SurfaceType
151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
160 if (surfaceType ==SURFACETYPE_SINGLE)
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType)
170 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
172 , m_surfaceType (surfaceType)
280 const SurfaceType m_surfaceType
    [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...]
  /external/deqp/framework/common/
tcuCommandLine.hpp 66 enum SurfaceType
166 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 73 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
129 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] =
162 << Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfaceTypes, "window")
785 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/deqp/external/openglcts/modules/common/
glcConfigListCase.cpp 69 static const char* getSurfaceTypeName(tcu::SurfaceType type)
95 static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NATIVE,
  /external/mesa3d/src/egl/main/
eglsurface.c 269 if (conf->SurfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)
289 if ((conf->SurfaceType & type) == 0) {
449 confval = surface->Config->SurfaceType;
466 confval = surface->Config->SurfaceType;
eglconfig.h 71 EGLint SurfaceType;
121 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType);
eglconfig.c 410 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) {
414 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) {
556 if (!(conf->SurfaceType & EGL_WINDOW_BIT))
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 36 enum SurfaceType{
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 37 @SurfaceType private final int surfaceType;
48 public VideoSurfaceTextureImpl(boolean isPixel2017, @SurfaceType int surfaceType) {
50 this.surfaceType = surfaceType;
61 return surfaceType;
180 (surfaceType == SURFACE_TYPE_LOCAL ? "local, " : "remote, "),
  /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/mesa3d/src/intel/isl/
isl_surface_state.c 242 s.SurfaceType = get_surftype(info->surf->dim, info->view->usage);
286 switch (s.SurfaceType) {
365 unreachable("bad SurfaceType");
646 s.SurfaceType = SURFTYPE_BUFFER;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 92 enum SurfaceType
532 surfaceType = SURFACETYPE_UNORM_FBO;
543 SurfaceType surfaceType;
627 m_colorFormat = vk::mapTextureFormat(glu::mapGLInternalFormat(m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8));
638 switch (m_definitions.surfaceType)
686 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO)
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 466 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type)
498 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType);
505 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
642 RenderConfig::SurfaceType surfaceType = config.surfaceType;
644 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE)
648 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
650 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
653 switch (surfaceType)
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 770 /* From the SKL PRM, "3DSTATE_DEPTH_STENCIL::SurfaceType":
809 db.SurfaceType = isl_to_gen_ds_surftype[params->depth.surf.dim];
838 db.SurfaceType = isl_to_gen_ds_surftype[params->stencil.surf.dim];
848 db.SurfaceType = SURFTYPE_NULL;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 271 base.SurfaceType = surface_type;
292 base.SurfaceType = EGL_DONT_CARE;
318 conf->base.SurfaceType = 0;
341 conf->base.SurfaceType |= surface_type;
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 310 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType;
327 if (surfaceType == glu::RenderConfig::SURFACETYPE_DONT_CARE)
333 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
335 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
337 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
342 switch (surfaceType)

Completed in 649 milliseconds

1 2