Searched defs:surfaceAttribs (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/ |
| D | openglNdk.cpp | 41 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in InitGLES() local
|
| /test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
| D | eglndk.cpp | 64 …const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HE… in createMyEglWindow() local 842 …const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HE… in EglBindTexImage() local 880 …const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HE… in EglReleaseTexImage() local
|
| /test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
| D | avplayerndk.cpp | 74 const EGLint surfaceAttribs[] = {EGL_WIDTH, PARAM_400, EGL_HEIGHT, PARAM_600, EGL_NONE}; in InitGLES() local
|
| /test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
| D | gles3ndk.cpp | 127 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, in initGLES() local 233 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE}; in initGLES() local
|