Home
last modified time | relevance | path

Searched refs:surfaceAttribs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp54 EGLint surfaceAttribs[] = { in Create() local
58 surface_ = eglCreateWindowSurface(display_, config_, mEglWindow, surfaceAttribs); in Create()
80 EGLint surfaceAttribs[] = { in Init() local
83 surface_ = eglCreatePbufferSurface(display_, config_, surfaceAttribs); in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/
H A Dtest_glFramebufferTexture3DOES.cpp62 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES() local
63 g_surface = eglCreatePbufferSurface(g_display, config, surfaceAttribs); in InitGLES()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp212 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES() local
213 g_surface = eglCreatePbufferSurface(g_display, config, surfaceAttribs); in InitGLES()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp559 const EGLint surfaceAttribs[] = { EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE }; in InitGLES() local
560 g_tmpSurface = eglCreatePbufferSurface(g_tmpDisplay, config, surfaceAttribs); in InitGLES()