Searched defs:attribs (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.cpp | 34 int attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE };
in Create() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_gpu_context_test.cpp | 66 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE};
in SetUp() local
|
H A D | drawing_surface_test.cpp | 71 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE};
in SetUp() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/ |
H A D | render_context.cpp | 99 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in CreatePbufferSurface() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xcomponent.cpp | 231 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in InitializeEglContext() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.cpp | 141 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in CreatePbufferSurface() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 231 static constexpr Attribute attribs[] = { in DumpEGLSurface() local
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1381 const EGLint attribs[] = { COLOR_SPACE, COLOR_SPACE_SRGB, EGL_NONE }; in CreateSwapchain() local
|
Completed in 8 milliseconds