/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 56 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 D | hwcontext_dxva2.c | 148 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 D | hwcontext_dxva2.h | 51 DWORD surface_type; member
|
H A D | hwcontext_qsv.c | 408 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 D | es31cLayoutBindingTests.hpp | 78 eSurfaceType surface_type; // Texture, Image... member
|
H A D | es31cLayoutBindingTests.cpp | 511 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 D | egl_dri2.h | 484 EGLint surface_type, const EGLint *attr_list, 589 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type,
|
H A D | egl_dri2.c | 311 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 D | platform_x11.c | 781 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 D | platform_ohos.c | 888 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 D | platform_android.c | 1320 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 D | dxva2.c | 640 frames_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in ff_dxva2_common_frame_params()
|