Home
last modified time | relevance | path

Searched defs:attribList (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp366 void *disp, const EGLint *attribList) in GetEglNativeDisplayExt()
387 void *disp, const EGLint *attribList) in GetEglDisplayExt()
616 EGLNativePixmapType pixmap, const EGLint* attribList) in CreatePixmapSurface()
783 EGLConfig config, const EGLint *attribList) in CreatePbufferFromClientBuffer()
805 EGLClientBuffer buffer, const EGLAttrib *attribList) in CreateImage()
845 void *nativeWindow, const EGLAttrib *attribList) in CreatePlatformWindowSurface()
873 void *nativePixmap, const EGLAttrib *attribList) in CreatePlatformPixmapSurface()
948 EGLClientBuffer buffer, const EGLint *attribList) in CreateImageKHR()
988 EGLStreamKHR stream, const EGLint *attribList) in CreateStreamProducerSurfaceKHR()
1155 const EGLint *attribList) in CreatePlatformWindowSurfaceEXT()
[all …]
H A Degl_wrapper_entry.cpp104 EGLContext shareList, const EGLint *attribList) in EglCreateContextImpl()
117 const EGLint* attribList) in EglCreatePbufferSurfaceImpl()
130 EGLNativePixmapType pixmap, const EGLint* attribList) in EglCreatePixmapSurfaceImpl()
258 EGLNativeDisplayType type, const EGLAttrib *attribList) in EglGetPlatformDisplayInternal()
596 EGLConfig config, const EGLint *attribList) in EglCreatePbufferFromClientBufferImpl()
760 void *nativeDisplay, const EGLAttrib *attribList) in EglGetPlatformDisplayImpl()
815 const EGLint *attribList) in EglLockSurfaceKHRImpl()
1157 EGLStreamKHR stream, const EGLint *attribList) in EglCreateStreamProducerSurfaceKHRImpl()
1261 void *nativeDisplay, const EGLint *attribList) in EglGetPlatformDisplayEXTImpl()
1371 const EGLint *attribList) in EglCreatePlatformWindowSurfaceEXTImpl()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp28 int attribList[] = { in GetConfig() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp37 int *attribList = attribs; in Create() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Degl_manager.cpp42 int attribList[] = { in GetConfig() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp65 …c EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp41 int attribList[] = {EGL_SURFACE_TYPE, in getConfig() local
227 int attribList[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; // 2 size in InitializeEglContext() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp316 int attribList[16] = { WGL_RED_BITS_ARB, /* 0 */ in GetInformation() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp79 …c EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attribList) in GetPlatformEglDisplay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1907 …int attribList[] = { EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLU… in GLGetConfig() local