Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h40 static EGLDisplay GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attribList);
41 static EGLDisplay GetEglDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);
44 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* attribList);
91 EGLClientBuffer buffer, EGLConfig config, const EGLint *attribList);
93 EGLClientBuffer buffer, const EGLAttrib *attribList);
96 void *nativeWindow, const EGLAttrib *attribList);
98 void *nativePixmap, const EGLAttrib *attribList);
[all...]
H A Degl_wrapper_display.cpp336 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglNativeDisplay()
342 disp_ = table->egl.eglGetPlatformDisplay(platform, disp, attribList); in GetEglNativeDisplay()
346 if (attribList) { in GetEglNativeDisplay()
347 WLOGW("attribList ignored."); in GetEglNativeDisplay()
366 void *disp, const EGLint *attribList) in GetEglNativeDisplayExt()
371 disp_ = table->egl.eglGetPlatformDisplayEXT(platform, disp, attribList); in GetEglNativeDisplayExt()
380 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglDisplay()
383 return wrapperDisp_.GetEglNativeDisplay(platform, disp, attribList); in GetEglDisplay()
387 void *disp, const EGLint *attribList) in GetEglDisplayExt()
389 return wrapperDisp_.GetEglNativeDisplayExt(platform, disp, attribList); in GetEglDisplayExt()
335 GetEglNativeDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attribList) GetEglNativeDisplay() argument
365 GetEglNativeDisplayExt(EGLenum platform, void *disp, const EGLint *attribList) GetEglNativeDisplayExt() argument
379 GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attribList) GetEglDisplay() argument
386 GetEglDisplayExt(EGLenum platform, void *disp, const EGLint *attribList) GetEglDisplayExt() argument
405 ChooseGlesVersion(const EGLint *attribList) ChooseGlesVersion() argument
421 CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint *attribList) CreateEglContext() argument
485 CreateEglSurface(EGLConfig config, NativeWindowType window, const EGLint *attribList) CreateEglSurface() argument
595 CreatePbufferSurface(EGLConfig config, const EGLint *attribList) CreatePbufferSurface() argument
615 CreatePixmapSurface(EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attribList) CreatePixmapSurface() argument
781 CreatePbufferFromClientBuffer( EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attribList) CreatePbufferFromClientBuffer() argument
804 CreateImage(EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attribList) CreateImage() argument
844 CreatePlatformWindowSurface(EGLConfig config, void *nativeWindow, const EGLAttrib *attribList) CreatePlatformWindowSurface() argument
872 CreatePlatformPixmapSurface(EGLConfig config, void *nativePixmap, const EGLAttrib *attribList) CreatePlatformPixmapSurface() argument
900 LockSurfaceKHR(EGLSurface surf, const EGLint *attribList) LockSurfaceKHR() argument
947 CreateImageKHR(EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attribList) CreateImageKHR() argument
987 CreateStreamProducerSurfaceKHR(EGLConfig config, EGLStreamKHR stream, const EGLint *attribList) CreateStreamProducerSurfaceKHR() argument
1154 CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, const EGLint *attribList) CreatePlatformWindowSurfaceEXT() argument
1181 CreatePlatformPixmapSurfaceEXT(EGLConfig config, void *nativePixmap, const EGLint *attribList) CreatePlatformPixmapSurfaceEXT() argument
[all...]
H A Degl_wrapper_entry.cpp61 EGLBoolean EglChooseConfigImpl(EGLDisplay dpy, const EGLint *attribList, in EglChooseConfigImpl() argument
83 attribList, configs, configSize, numConfig); in EglChooseConfigImpl()
104 EGLContext shareList, const EGLint *attribList) in EglCreateContextImpl()
113 return display->CreateEglContext(config, shareList, attribList); in EglCreateContextImpl()
117 const EGLint* attribList) in EglCreatePbufferSurfaceImpl()
126 return display->CreatePbufferSurface(config, attribList); in EglCreatePbufferSurfaceImpl()
130 EGLNativePixmapType pixmap, const EGLint* attribList) in EglCreatePixmapSurfaceImpl()
139 return display->CreatePixmapSurface(config, pixmap, attribList); in EglCreatePixmapSurfaceImpl()
143 EGLConfig config, NativeWindowType window, const EGLint* attribList) in EglCreateWindowSurfaceImpl()
152 return display->CreateEglSurface(config, window, attribList); in EglCreateWindowSurfaceImpl()
103 EglCreateContextImpl(EGLDisplay dpy, EGLConfig config, EGLContext shareList, const EGLint *attribList) EglCreateContextImpl() argument
116 EglCreatePbufferSurfaceImpl(EGLDisplay dpy, EGLConfig config, const EGLint* attribList) EglCreatePbufferSurfaceImpl() argument
129 EglCreatePixmapSurfaceImpl(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint* attribList) EglCreatePixmapSurfaceImpl() argument
142 EglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint* attribList) EglCreateWindowSurfaceImpl() argument
257 EglGetPlatformDisplayInternal(EGLenum platform, EGLNativeDisplayType type, const EGLAttrib *attribList) EglGetPlatformDisplayInternal() argument
594 EglCreatePbufferFromClientBufferImpl(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attribList) EglCreatePbufferFromClientBufferImpl() argument
644 EglCreateSyncImpl(EGLDisplay dpy, EGLenum type, const EGLAttrib *attribList) EglCreateSyncImpl() argument
734 EglCreateImageImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attribList) EglCreateImageImpl() argument
759 EglGetPlatformDisplayImpl(EGLenum platform, void *nativeDisplay, const EGLAttrib *attribList) EglGetPlatformDisplayImpl() argument
767 EglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void *nativeWindow, const EGLAttrib *attribList) EglCreatePlatformWindowSurfaceImpl() argument
781 EglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig config, void *nativePixmap, const EGLAttrib *attribList) EglCreatePlatformPixmapSurfaceImpl() argument
814 EglLockSurfaceKHRImpl(EGLDisplay dpy, EGLSurface surf, const EGLint *attribList) EglLockSurfaceKHRImpl() argument
839 EglCreateImageKHRImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attribList) EglCreateImageKHRImpl() argument
864 EglCreateSyncKHRImpl(EGLDisplay dpy, EGLenum type, const EGLint* attribList) EglCreateSyncKHRImpl() argument
974 EglCreateStreamKHRImpl(EGLDisplay dpy, const EGLint *attribList) EglCreateStreamKHRImpl() argument
1156 EglCreateStreamProducerSurfaceKHRImpl(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attribList) EglCreateStreamProducerSurfaceKHRImpl() argument
1260 EglGetPlatformDisplayEXTImpl(EGLenum platform, void *nativeDisplay, const EGLint *attribList) EglGetPlatformDisplayEXTImpl() argument
1370 EglCreatePlatformWindowSurfaceEXTImpl(EGLDisplay dpy, EGLConfig config, void *nativeWindow, const EGLint *attribList) EglCreatePlatformWindowSurfaceEXTImpl() argument
1381 EglCreatePlatformPixmapSurfaceEXTImpl(EGLDisplay dpy, EGLConfig config, void *nativePixmap, const EGLint *attribList) EglCreatePlatformPixmapSurfaceEXTImpl() argument
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp35 int *attribList = attribs; in Create() local
36 context_ = eglCreateContext(display_, EGL_NO_CONFIG_KHR, sharedContext, attribList); in Create()
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp28 int attribList[] = { in GetConfig() local
39 if (!eglChooseConfig(eglDisplay, attribList, &configs, 1, &numConfigs)) { in GetConfig()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Degl_manager.cpp42 int attribList[] = { in GetConfig() local
54 if (!eglChooseConfig(eglDisplay, attribList, &configs, 1, &numConfigs)) { in GetConfig()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp316 int attribList[16] = { WGL_RED_BITS_ARB, /* 0 */ in GetInformation() local
328 attribList[attribCnt] = WGL_COLORSPACE_EXT; in GetInformation()
333 attribList[attribCnt] = WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB; in GetInformation()
338 wglGetPixelFormatAttribivARB(surface, configId, 0, static_cast<UINT>(attribCnt), attribList, values); in GetInformation()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp65 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay() argument
80 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp41 int attribList[] = {EGL_SURFACE_TYPE, in getConfig() local
57 if (!eglChooseConfig(eglDisplay, attribList, &configs, 1, &configsNum)) { in getConfig()
227 int attribList[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; // 2 size in InitializeEglContext() local
229 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig, EGL_NO_CONTEXT, attribList); in InitializeEglContext()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp78 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay() argument
92 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp79 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay() argument
93 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1890 int attribList[] = { EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, in GLGetConfig() local
1894 if (!eglChooseConfig(eglDisplay, attribList, &configs, 1, &configsNum)) { in GLGetConfig()

Completed in 20 milliseconds