Home
last modified time | relevance | path

Searched refs:surfaceAttribs (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp53 EGLint surfaceAttribs[] = { in Create() local
57 surface_ = eglCreateWindowSurface(display_, config_, mEglWindow, surfaceAttribs); in Create()
79 EGLint surfaceAttribs[] = { in Init() local
82 surface_ = eglCreatePbufferSurface(display_, config_, surfaceAttribs); in Init()
/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()
/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()

Completed in 2 milliseconds