Searched refs:EGL14 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 32 import android.opengl.EGL14; 54 private EGLSurface eglSurface = EGL14.EGL_NO_SURFACE; 98 if (eglSurface != EGL14.EGL_NO_SURFACE) { in createSurfaceInternal() 101 int[] surfaceAttribs = {EGL14.EGL_NONE}; in createSurfaceInternal() 102 eglSurface = EGL14.eglCreateWindowSurface(eglDisplay, eglConfig, surface, surfaceAttribs, 0); in createSurfaceInternal() 103 if (eglSurface == EGL14.EGL_NO_SURFACE) { in createSurfaceInternal() 116 if (eglSurface != EGL14.EGL_NO_SURFACE) { in createPbufferSurface() 119 int[] surfaceAttribs = {EGL14.EGL_WIDTH, width, EGL14.EGL_HEIGHT, height, EGL14.EGL_NONE}; in createPbufferSurface() 120 eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, surfaceAttribs, 0); in createPbufferSurface() 121 if (eglSurface == EGL14.EGL_NO_SURFACE) { in createPbufferSurface() [all …]
|
D | VideoRendererGui.java | 41 import android.opengl.EGL14; 612 eglContext = new EglBase14.Context(EGL14.eglGetCurrentContext()); in onSurfaceCreated()
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 220 EGL14, enumerator 241 case EGL14: in RenderableType() 260 case EGL14: in isApiSupported() 283 case EGL14: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL14), s_EGL14); in getCoreFunctionNames() 309 case EGL14: in executeTest() 382 …sCase (m_eglTestCtx, "egl", "Test EGL core functions", GetProcAddressCoreFunctionsCase::EGL14)); in init()
|