Home
last modified time | relevance | path

Searched refs:surface_type (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c56 wgl_add_config(_EGLDisplay *disp, const struct stw_pixelformat_info *stw_config, int id, EGLint surface_type) in wgl_add_config() argument
93 if (surface_type & EGL_PBUFFER_BIT) { in wgl_add_config()
100 surface_type &= ~EGL_PIXMAP_BIT; in wgl_add_config()
104 surface_type &= ~EGL_WINDOW_BIT; in wgl_add_config()
107 if (!surface_type) in wgl_add_config()
110 base.SurfaceType = surface_type; in wgl_add_config()
155 conf->base.SurfaceType |= surface_type; in wgl_add_config()
164 unsigned surface_type = EGL_PBUFFER_BIT | (hdc ? EGL_WINDOW_BIT : 0); in wgl_add_configs() local
171 config_count + 1, surface_type); in wgl_add_configs()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_dxva2.c148 int decode = (frames_hwctx->surface_type == DXVA2_VideoDecoderRenderTarget); in dxva2_init_pool()
192 frames_hwctx->surface_type, in dxva2_init_pool()
216 if (hwctx->surface_type != DXVA2_VideoDecoderRenderTarget && in dxva2_frames_init()
217 hwctx->surface_type != DXVA2_VideoProcessorRenderTarget) { in dxva2_frames_init()
219 hwctx->surface_type); in dxva2_frames_init()
H A Dhwcontext_dxva2.h51 DWORD surface_type; member
H A Dhwcontext_qsv.c408 child_frames_hwctx->surface_type = DXVA2_VideoProcessorRenderTarget; in qsv_init_child_ctx()
410 child_frames_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in qsv_init_child_ctx()
458 if (child_frames_hwctx->surface_type == DXVA2_VideoProcessorRenderTarget) in qsv_init_child_ctx()
842 dst_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in qsv_frames_derive_from()
844 dst_hwctx->surface_type = DXVA2_VideoProcessorRenderTarget; in qsv_frames_derive_from()
1324 if (src_hwctx->surface_type == DXVA2_VideoProcessorRenderTarget) in qsv_frames_derive_to()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.hpp78 eSurfaceType surface_type; // Texture, Image... member
H A Des31cLayoutBindingTests.cpp511 return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageBuffer); in needsPrecision()
515 return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageBuffer) && in needsPrecision()
516 (m_testParams.surface_type != AtomicCounter) && (m_testParams.surface_type != Image); in needsPrecision()
767 if (getTestParameters().surface_type == Image) in initDefaultCSContext()
886 if (getTestParameters().surface_type == Image) in maxBindings()
903 if (getTestParameters().surface_type == Image) in maxArraySize()
966 switch (getTestParameters().surface_type) in bind()
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h484 EGLint surface_type, const EGLint *attr_list,
589 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type,
H A Degl_dri2.c311 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type, in dri2_get_dri_config() argument
314 const bool double_buffer = surface_type == EGL_WINDOW_BIT; in dri2_get_dri_config()
401 EGLint surface_type, const EGLint *attr_list, in dri2_add_config()
536 surface_type |= EGL_MUTABLE_RENDER_BUFFER_BIT_KHR; in dri2_add_config()
558 base.SurfaceType = surface_type; in dri2_add_config()
559 if (surface_type & (EGL_PBUFFER_BIT | in dri2_add_config()
567 surface_type &= ~EGL_PIXMAP_BIT; in dri2_add_config()
570 if (!surface_type) in dri2_add_config()
617 conf->base.SurfaceType |= surface_type; in dri2_add_config()
400 dri2_add_config(_EGLDisplay *disp, const __DRIconfig *dri_config, int id, EGLint surface_type, const EGLint *attr_list, const int *rgba_shifts, const unsigned int *rgba_sizes) dri2_add_config() argument
H A Dplatform_x11.c781 EGLint surface_type; in dri2_x11_add_configs_for_visuals() local
785 surface_type = in dri2_x11_add_configs_for_visuals()
791 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in dri2_x11_add_configs_for_visuals()
829 surface_type, config_attrs, in dri2_x11_add_configs_for_visuals()
850 surface_type, config_attrs, in dri2_x11_add_configs_for_visuals()
H A Dplatform_ohos.c888 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in ohos_add_configs_for_visuals() local
897 config_count + 1, surface_type, config_attrs, in ohos_add_configs_for_visuals()
H A Dplatform_android.c1320 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; local
1332 config_count + 1, surface_type, config_attrs,
/third_party/ffmpeg/libavcodec/
H A Ddxva2.c640 frames_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in ff_dxva2_common_frame_params()

Completed in 20 milliseconds