Searched refs:EGL_ONE (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 35 #define EGL_ONE 0x01
macro 64 Ret = eglChooseConfig(myEGLWindow->eglDisplay, configAttribs, &myEGLWindow->eglConfig, EGL_ONE, &numConfigs);
in createMyEglWindow() 920 EGLBoolean Ret = eglSurfaceAttrib(myEGLWindow.eglDisplay, myEGLWindow.eglLSurface, EGL_MIPMAP_LEVEL, EGL_ONE);
in EglSurfaceAttrib() 932 EGLBoolean Ret = eglSurfaceAttrib(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_MIPMAP_LEVEL, EGL_ONE);
in EglSurfaceAttribAbnormal() 946 EGLBoolean Ret = eglSwapInterval(myEGLWindow.eglDisplay, EGL_ONE);
in EglSwapInterval() 958 EGLBoolean Ret = eglSwapInterval(EGL_NO_DISPLAY, EGL_ONE);
in EglSwapIntervalAbnormal() 1198 int texture = EGL_ONE;
in EglCreateImage() 1234 int texture = EGL_ONE;
in EglDestroyImage() 1340 EGLBoolean Ret = eglWaitSync(myEGLWindow.eglDisplay, EGL_NO_SYNC, EGL_ONE);
in EglWaitSyncAbnormal()
|
Completed in 4 milliseconds