Searched defs:attribs (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/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() local
|
H A D | render_context.cpp | 36 int attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE }; in Create() local
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_gl.cpp | 352 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in CreatePbufferSurface() local
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 231 static constexpr Attribute attribs[] = { in DumpEGLSurface() local
|
/ohos5.0/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
|
/ohos5.0/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
|