Home
last modified time | relevance | path

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

/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DopenglNdk.cpp41 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES() local
42 eglSurface = eglCreatePbufferSurface(eglDisplay, config, surfaceAttribs); in InitGLES()
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp66 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, in createMyEglWindow() local
69 myEGLWindow->eglLSurface = eglCreatePbufferSurface(myEGLWindow->eglDisplay, myEGLWindow->eglConfig, surfaceAttribs); in createMyEglWindow()
844 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, in EglBindTexImage() local
847 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs); in EglBindTexImage()
882 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, in EglReleaseTexImage() local
885 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs); in EglReleaseTexImage()
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp74 const EGLint surfaceAttribs[] = {EGL_WIDTH, PARAM_400, EGL_HEIGHT, PARAM_600, EGL_NONE}; in InitGLES() local
75 surface = eglCreatePbufferSurface(display, config, surfaceAttribs); in InitGLES()
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp131 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, in initGLES() local
134 eglWindow->eglLSurface = eglCreatePbufferSurface(eglWindow->eglDisPlay, config, surfaceAttribs); in initGLES()
237 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in initGLES() local
238 surface = eglCreatePbufferSurface(display, config, surfaceAttribs); in initGLES()

Completed in 22 milliseconds