Searched refs:surfaceCache (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/graphic/graphicGlesExtension/ |
| D | graphicGlesExtension.cpp | 54 EGLSurface surfaceCache; variable 68 surfaceCache = eglCreatePbufferSurface(display, config, NULL); 69 eglMakeCurrent(display, surfaceCache, surfaceCache, context); 114 EGLSurface surfaceCache; variable 128 surfaceCache = eglCreatePbufferSurface(display, config, NULL); 129 eglMakeCurrent(display, surfaceCache, surfaceCache, context); 174 EGLSurface surfaceCache; variable 188 surfaceCache = eglCreatePbufferSurface(display, config, NULL); 189 eglMakeCurrent(display, surfaceCache, surfaceCache, context); 234 EGLSurface surfaceCache; variable [all …]
|