Home
last modified time | relevance | path

Searched refs:EGLConfig (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp78 EGLConfig config1 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
81 EGLConfig config2 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
92 EGLConfig config3 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
94 EGLConfig config4 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
113 EGLConfig config5 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
120 EGLConfig config6 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
123 EGLConfig config7 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
134 EGLConfig config8 = GetData<EGLConfig>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h44 EGLContext CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint *attribList);
45 … EGLSurface CreateEglSurface(EGLConfig config, NativeWindowType window, const EGLint *attribList);
53 EGLSurface CreatePbufferSurface(EGLConfig config, const EGLint *attribList);
54 …EGLSurface CreatePixmapSurface(EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attribL…
91 EGLClientBuffer buffer, EGLConfig config, const EGLint *attribList);
95 EGLSurface CreatePlatformWindowSurface(EGLConfig config,
97 EGLSurface CreatePlatformPixmapSurface(EGLConfig config,
106 EGLSurface CreateStreamProducerSurfaceKHR(EGLConfig config,
114 …EGLSurface CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, const EGLint *attr…
115 …EGLSurface CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, const EGLint *attr…
H A Degl_wrapper_entry.cpp62 EGLConfig *configs, EGLint configSize, EGLint *numConfig) in EglChooseConfigImpl()
103 EGLContext EglCreateContextImpl(EGLDisplay dpy, EGLConfig config, in EglCreateContextImpl()
116 EGLSurface EglCreatePbufferSurfaceImpl(EGLDisplay dpy, EGLConfig config, in EglCreatePbufferSurfaceImpl()
129 EGLSurface EglCreatePixmapSurfaceImpl(EGLDisplay dpy, EGLConfig config, in EglCreatePixmapSurfaceImpl()
143 EGLConfig config, NativeWindowType window, const EGLint* attribList) in EglCreateWindowSurfaceImpl()
179 EGLBoolean EglGetConfigAttribImpl(EGLDisplay dpy, EGLConfig config, in EglGetConfigAttribImpl()
199 EGLBoolean EglGetConfigsImpl(EGLDisplay dpy, EGLConfig *configs, in EglGetConfigsImpl()
596 EGLConfig config, const EGLint *attribList) in EglCreatePbufferFromClientBufferImpl()
768 EGLConfig config, void *nativeWindow, const EGLAttrib *attribList) in EglCreatePlatformWindowSurfaceImpl()
782 EGLConfig config, void *nativePixmap, const EGLAttrib *attribList) in EglCreatePlatformPixmapSurfaceImpl()
[all …]
H A Degl_wrapper_display.cpp421 EGLContext EglWrapperDisplay::CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint… in CreateEglContext()
485 EGLSurface EglWrapperDisplay::CreateEglSurface(EGLConfig config, NativeWindowType window, const EGL… in CreateEglSurface()
595 EGLSurface EglWrapperDisplay::CreatePbufferSurface(EGLConfig config, const EGLint *attribList) in CreatePbufferSurface()
615 EGLSurface EglWrapperDisplay::CreatePixmapSurface(EGLConfig config, in CreatePixmapSurface()
783 EGLConfig config, const EGLint *attribList) in CreatePbufferFromClientBuffer()
844 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurface(EGLConfig config, in CreatePlatformWindowSurface()
872 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurface(EGLConfig config, in CreatePlatformPixmapSurface()
987 EGLSurface EglWrapperDisplay::CreateStreamProducerSurfaceKHR(EGLConfig config, in CreateStreamProducerSurfaceKHR()
1154 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, in CreatePlatformWindowSurfaceEXT()
1181 EGLSurface EglWrapperDisplay::CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, in CreatePlatformPixmapSurfaceEXT()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md57 EGLConfig config;
100 EGLConfig config;
290 std::vector<EGLConfig> configs(numConfigs);
294 EGLConfig chosenConfig = nullptr;
329 EGLConfig chosenConfig = nullptr;
346 EGLConfig config, //EGLConfig 对象,表示要查询的 EGL 配置
357 EGLConfig config, // EGLConfig对象,表示要创建窗口表面的EGL配置。
371 - EGL_BAD_MATCH:表示原生窗口属性与提供的 EGLConfig 不匹配。这可能是因为EGLConfig不支持渲染到窗口(即EGL_SURFACE_TYPE 属性没有设置为 EGL_WI…
387 // 检查窗口和 EGLConfig 属性以确定兼容性,或者验证 EGLConfig 是否支持渲染到窗口
390 // 验证提供的 EGLConfig 是否有效
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Degl_hook_entries.in2 HOOK_API_ENTRY(EGLBoolean, eglChooseConfig, EGLDisplay dpy, const EGLint *attribList, EGLConfig *co…
8 HOOK_API_ENTRY(EGLContext, eglCreateContext, EGLDisplay dpy, EGLConfig config, EGLContext shareList…
11 HOOK_API_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay dpy, EGLConfig config, const EGLint …
14 HOOK_API_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay dpy, EGLConfig config, EGLNativePixma…
17 HOOK_API_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay dpy, EGLConfig config, NativeWindowTy…
26 HOOK_API_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay dpy, EGLConfig config, EGLint attribute, …
29 HOOK_API_ENTRY(EGLBoolean, eglGetConfigs, EGLDisplay dpy, EGLConfig *configs, EGLint config_size, E…
130 HOOK_API_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay dpy, EGLConfig config, void *…
133 HOOK_API_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay dpy, EGLConfig config, void *…
198 HOOK_API_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay dpy, EGLConfig config, EGL…
[all …]
H A Dwrapper_hook_entries.in2 HOOK_API_ENTRY(EGLBoolean, eglChooseConfig, EGLDisplay dpy, const EGLint *attribList, EGLConfig *co…
8 HOOK_API_ENTRY(EGLContext, eglCreateContext, EGLDisplay dpy, EGLConfig config, EGLContext shareList…
11 HOOK_API_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay dpy, EGLConfig config, const EGLint …
14 HOOK_API_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay dpy, EGLConfig config, EGLNativePixma…
17 HOOK_API_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay dpy, EGLConfig config, NativeWindowTy…
26 HOOK_API_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay dpy, EGLConfig config, EGLint attribute, …
29 HOOK_API_ENTRY(EGLBoolean, eglGetConfigs, EGLDisplay dpy, EGLConfig *configs, EGLint config_size, E…
130 HOOK_API_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay dpy, EGLConfig config, void *…
133 HOOK_API_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay dpy, EGLConfig config, void *…
198 HOOK_API_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay dpy, EGLConfig config, EGL…
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h59 EGLConfig GetEGLConfig() const in GetEGLConfig()
81 EGLConfig config_ = NULL;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h44 EGLConfig GetConfig(int version, EGLDisplay eglDisplay);
61 EGLConfig EGLConfig_;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Degl_manager.h65 EGLConfig GetConfig(int version, EGLDisplay eglDisplay);
80 EGLConfig eglConfig_;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Degl_manager.cpp36 EGLConfig EglManager::GetConfig(int version, EGLDisplay eglDisplay) in GetConfig()
52 EGLConfig configs = NULL; in GetConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp26 EGLConfig EglManager::GetConfig(int version, EGLDisplay eglDisplay) in GetConfig()
37 EGLConfig configs = NULL; in GetConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context_egl_defines.h20 typedef void *EGLConfig; typedef
H A Drender_context.h168 EGLConfig config_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.h42 EGLConfig eglConfig_;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.h49 EGLConfig config_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h43 EGLConfig eglconfig_ = EGL_NO_CONFIG_KHR;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_gl.h55 EGLConfig config_;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp57 #define EGL_NO_CONFIG_KHR ((EGLConfig)0)
201 EGLConfig* configs = nullptr; in DumpEGLConfigs()
205 configs = new EGLConfig[(size_t)n]; in DumpEGLConfigs()
283 void DumpEGLConfig(EGLDisplay dpy, const EGLConfig& config) in DumpEGLConfig()
1001 EGLConfig config = EGL_NO_CONFIG_KHR; in GetSurfaceInformation()
1015 EGLConfig plat_config = plat.config; in GetSurfaceInformation()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Doffscreen_context_helper.cpp80 EGLConfig config; in CreateOffScreenContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_gpu_context_test.cpp36 EGLConfig eglConfig_ = EGL_NO_CONFIG_KHR;
H A Ddrawing_surface_test.cpp39 EGLConfig eglConfig_ = EGL_NO_CONFIG_KHR;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.h86 EGLConfig mEGLConfig = nullptr;
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md57 EGLConfig config;
100 EGLConfig config;
259EGLConfig *configs, // An array of pointers to the selected configurations. The eglChooseConfig fu…
290 std::vector<EGLConfig> configs(numConfigs);
294 EGLConfig chosenConfig = nullptr;
317 EGLConfig *configs, // Array for storing the obtained configurations.
329 EGLConfig chosenConfig = nullptr;
346 EGLConfig config, // EGL configuration to query.
357EGLConfig config, // EGL configuration of the window surface to create.
465EGLConfig config, // Type of the EGL configuration associated with the context.
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/
H A Dtest_glFramebufferTexture3DOES.cpp60 EGLConfig config = nullptr; in InitGLES()

12