Searched refs:attribs (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_attribute.cpp | 33 std::vector<int> attribs(configAttribs, configAttribs + sizeof(configAttribs) / sizeof(EGLint));
in ToEGLAttribList() 34 return attribs;
in ToEGLAttribList()
|
H A D | render_context.cpp | 34 int attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE };
in Create() local 35 int *attribList = attribs;
in Create()
|
/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 67 eglSurface_ = eglCreatePbufferSurface(eglDisplay_, eglConfig_, attribs);
in SetUp()
|
H A D | drawing_surface_test.cpp | 71 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE};
in SetUp() local 72 eglSurface_ = eglCreatePbufferSurface(eglDisplay_, eglConfig_, attribs);
in SetUp()
|
/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 100 pbufferSurface_ = eglCreatePbufferSurface(eglDisplay_, config_, attribs); in CreatePbufferSurface()
|
/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 142 pbufferSurface_ = eglCreatePbufferSurface(eglDisplay_, config_, attribs); in CreatePbufferSurface()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 231 static constexpr Attribute attribs[] = { in DumpEGLSurface() local 275 for (size_t attr = 0; attr < sizeof(attribs) / sizeof(Attribute); attr++) { in DumpEGLSurface() 277 if (EGL_TRUE == eglQuerySurface(dpy, surf, attribs[attr].attribute, &value)) { in DumpEGLSurface() 278 PLUGIN_LOG_V("\t%-32s: %10d (0x%08x)", attribs[attr].Name, value, value); in DumpEGLSurface()
|
/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 232 mEGLSurface = eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, attribs); in InitializeEglContext()
|
/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 1382 eglSurface_ = eglCreateWindowSurface(data.display, config, window, attribs); in CreateSwapchain()
|
Completed in 9 milliseconds