Home
last modified time | relevance | path

Searched defs:eglSurface (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp299 …GLSurface( Window nativeWindow, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLSurface& eglSurface) in CreateEGLSurface()
329 bool SetupEGLContext( EGLDisplay eglDisplay, EGLConfig eglConfig, EGLSurface eglSurface, EGLContext… in SetupEGLContext()
587 bool RenderScene( GLuint shaderProgram, EGLDisplay eglDisplay, EGLSurface eglSurface, Display* nati… in RenderScene()
758 EGLSurface eglSurface = NULL; in main() local
DOGLES2HelloAPI_Windows.cpp130 EGLSurface eglSurface = 0; in WinMain() local
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp352 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in DestroySurface() local
375 egl::Surface *eglSurface = (egl::Surface*)surface; in QuerySurface() local
511 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in SurfaceAttrib() local
546 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in BindTexImage() local
588 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in ReleaseTexImage() local
932 egl::Surface *eglSurface = (egl::Surface*)surface; in SwapBuffers() local
954 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in CopyBuffers() local
/external/deqp/modules/egl/
DteglRenderCase.cpp138 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig() local
162 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig() local
DteglResizeTests.cpp175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init() local
330 EGLSurface eglSurface, in checkSurfaceSize()
DteglNegativePartialUpdateTests.cpp118 …MakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig… in initAndMakeCurrentEGLContext()
DteglGLES2SharingThreadedTests.cpp219 EGLSurface eglSurface; member in deqp::egl::GLES2ThreadTest::EGLThread
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java54 private EGLSurface eglSurface = EGL14.EGL_NO_SURFACE; field in EglBase14
DEglBase10.java54 private EGLSurface eglSurface = EGL10.EGL_NO_SURFACE; field in EglBase10
/external/skia/src/views/win/
DSkOSWindow_win.cpp456 EGLSurface* eglSurface, in create_ANGLE()