HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceType (Results 1 - 25 of 26) 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 63 if (surface->surface_type() == SurfaceType::Application) {
88 if (surface->surface_type() == SurfaceType::Direct) {
260 void DisplayService::SurfaceUpdated(SurfaceType surface_type,
265 if (surface_type == SurfaceType::Application)
340 SurfaceType::Direct,
404 SurfaceType::Application,
display_manager_service.cpp 92 SurfaceType::Application,
109 if (!surface || surface->surface_type() != SurfaceType::Application)
display_service.h 50 void ForEachDisplaySurface(SurfaceType surface_type, A action) const {
110 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/common/
tcuCommandLine.hpp 65 enum SurfaceType
143 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 71 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
126 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] =
158 << Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfaceTypes, "window")
816 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 42 enum SurfaceType
70 SurfaceType surfaceType;
87 , 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;
143 enum SurfaceType
149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
158 if (surfaceType ==SURFACETYPE_SINGLE)
167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType)
168 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
170 , m_surfaceType (surfaceType)
278 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...]
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 35 @SurfaceType private final int surfaceType;
44 public VideoSurfaceTextureImpl(@SurfaceType int surfaceType) {
45 this.surfaceType = surfaceType;
56 return surfaceType;
168 (surfaceType == SURFACE_TYPE_LOCAL ? "local, " : "remote, "),
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 36 enum SurfaceType{
  /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))
  /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 404 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type)
436 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType);
443 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
573 RenderConfig::SurfaceType surfaceType = config.surfaceType;
575 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE)
579 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
581 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
584 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 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)
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 475 .SurfaceType = SURFTYPE_NULL,
    [all...]

Completed in 1349 milliseconds

1 2