Home
last modified time | relevance | path

Searched refs:surface_type (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c56 …nfig(_EGLDisplay *disp, const struct stw_pixelformat_info *stw_config, int id, EGLint surface_type) in wgl_add_config() argument
106 if (surface_type & EGL_PBUFFER_BIT) { in wgl_add_config()
113 surface_type &= ~EGL_PIXMAP_BIT; in wgl_add_config()
117 surface_type &= ~EGL_WINDOW_BIT; in wgl_add_config()
120 if (!surface_type) in wgl_add_config()
123 base.SurfaceType = surface_type; in wgl_add_config()
168 conf->base.SurfaceType |= surface_type; in wgl_add_config()
177 unsigned surface_type = EGL_PBUFFER_BIT | (hdc ? EGL_WINDOW_BIT : 0); in wgl_add_configs() local
184 config_count + 1, surface_type); in wgl_add_configs()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontextconfig.c434 gst_gl_config_surface_type_to_string (GstGLConfigSurfaceType surface_type) in gst_gl_config_surface_type_to_string() argument
437 surface_type); in gst_gl_config_surface_type_to_string()
Dgstglcontextconfig.h156 const gchar * gst_gl_config_surface_type_to_string (GstGLConfigSurfaceType surface_type);
/third_party/ffmpeg/libavutil/
Dhwcontext_dxva2.c147 int decode = (frames_hwctx->surface_type == DXVA2_VideoDecoderRenderTarget); in dxva2_init_pool()
191 frames_hwctx->surface_type, in dxva2_init_pool()
215 if (hwctx->surface_type != DXVA2_VideoDecoderRenderTarget && in dxva2_frames_init()
216 hwctx->surface_type != DXVA2_VideoProcessorRenderTarget) { in dxva2_frames_init()
218 hwctx->surface_type); in dxva2_frames_init()
Dhwcontext_dxva2.h51 DWORD surface_type; member
Dhwcontext_qsv.c274 child_frames_hwctx->surface_type = DXVA2_VideoProcessorRenderTarget; in qsv_init_child_ctx()
276 child_frames_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in qsv_init_child_ctx()
299 if (child_frames_hwctx->surface_type == DXVA2_VideoProcessorRenderTarget) in qsv_init_child_ctx()
649 dst_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in qsv_frames_derive_from()
651 dst_hwctx->surface_type = DXVA2_VideoProcessorRenderTarget; in qsv_frames_derive_from()
1012 if (src_hwctx->surface_type == DXVA2_VideoProcessorRenderTarget) in qsv_frames_derive_to()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.hpp78 eSurfaceType surface_type; // Texture, Image... member
Des31cLayoutBindingTests.cpp511 …return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageB… in needsPrecision()
515 …return (m_testParams.surface_type != UniformBlock) && (m_testParams.surface_type != ShaderStorageB… 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()
1005 switch (getTestParameters().surface_type) in unbind()
1169 if (getTestParameters().surface_type == Image) in drawTestCompute()
3389 switch ((*testArgsIter).surface_type) in init()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h454 EGLint surface_type, const EGLint *attr_list,
559 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type,
Dplatform_x11.c760 EGLint surface_type; in dri2_x11_add_configs_for_visuals() local
764 surface_type = in dri2_x11_add_configs_for_visuals()
770 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in dri2_x11_add_configs_for_visuals()
808 surface_type, config_attrs, in dri2_x11_add_configs_for_visuals()
829 surface_type, config_attrs, in dri2_x11_add_configs_for_visuals()
Degl_dri2.c308 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type, in dri2_get_dri_config() argument
311 const bool double_buffer = surface_type == EGL_WINDOW_BIT; in dri2_get_dri_config()
398 EGLint surface_type, const EGLint *attr_list, in dri2_add_config() argument
533 surface_type |= EGL_MUTABLE_RENDER_BUFFER_BIT_KHR; in dri2_add_config()
555 base.SurfaceType = surface_type; in dri2_add_config()
556 if (surface_type & (EGL_PBUFFER_BIT | in dri2_add_config()
564 surface_type &= ~EGL_PIXMAP_BIT; in dri2_add_config()
567 if (!surface_type) in dri2_add_config()
614 conf->base.SurfaceType |= surface_type; in dri2_add_config()
Dplatform_ohos.c866 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in ohos_add_configs_for_visuals() local
876 config_count + 1, surface_type, config_attrs, in ohos_add_configs_for_visuals()
Dplatform_android.c1304 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; in droid_add_configs_for_visuals() local
1316 config_count + 1, surface_type, config_attrs, in droid_add_configs_for_visuals()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c640 EGLint surface_type = EGL_WINDOW_BIT; in gst_gl_context_egl_choose_config() local
649 surface_type = EGL_PBUFFER_BIT; in gst_gl_context_egl_choose_config()
680 config_attrib[i++] = surface_type; in gst_gl_context_egl_choose_config()
730 if (surface_type == EGL_PBUFFER_BIT) { in gst_gl_context_egl_choose_config()
731 surface_type = EGL_WINDOW_BIT; in gst_gl_context_egl_choose_config()
/third_party/ffmpeg/libavcodec/
Ddxva2.c640 frames_hwctx->surface_type = DXVA2_VideoDecoderRenderTarget; in ff_dxva2_common_frame_params()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt348 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
378 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
406 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
414 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt390 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
420 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
448 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
456 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/android/cts/master/
Degl-master.txt390 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
420 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
448 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
456 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-master.txt348 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
378 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
406 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
414 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
Degl-master.txt348 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
378 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
406 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
414 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/master/
Degl-master.txt390 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
420 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
448 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
456 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
Degl-master.txt348 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
378 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
406 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
414 dEQP-EGL.functional.choose_config.random.surface_type
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/
Degl-master.txt390 dEQP-EGL.functional.query_config.get_config_attrib.surface_type
420 dEQP-EGL.functional.choose_config.simple.selection_only.surface_type
448 dEQP-EGL.functional.choose_config.simple.selection_and_sort.surface_type
456 dEQP-EGL.functional.choose_config.random.surface_type