Searched defs:attribList (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.cpp | 366 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 D | egl_wrapper_entry.cpp | 104 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 D | egl_manager.cpp | 28 int attribList[] = { in GetConfig() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.cpp | 37 int *attribList = attribs; in Create() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | egl_manager.cpp | 42 int attribList[] = { in GetConfig() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 65 …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 D | my_xcomponent.cpp | 41 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 D | wgl_state.cpp | 316 int attribList[16] = { WGL_RED_BITS_ARB, /* 0 */ in GetInformation() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 79 …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 D | web_delegate.cpp | 1907 …int attribList[] = { EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLU… in GLGetConfig() local
|