Home
last modified time | relevance | path

Searched refs:attribs (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_attribute.cpp33 std::vector<int> attribs(configAttribs, configAttribs + sizeof(configAttribs) / sizeof(EGLint)); in ToEGLAttribList()
34 return attribs; in ToEGLAttribList()
H A Drender_context.cpp34 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 Ddrawing_gpu_context_test.cpp66 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in SetUp() local
67 eglSurface_ = eglCreatePbufferSurface(eglDisplay_, eglConfig_, attribs); in SetUp()
H A Ddrawing_surface_test.cpp71 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 Drender_context.cpp99 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 Drender_context.cpp141 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 Degl_state.cpp231 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 Dmy_xcomponent.cpp231 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 Dlume_common.cpp1381 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