Searched defs:eglSurface (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_LinuxX11.cpp | 299 …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
|
D | OGLES2HelloAPI_Windows.cpp | 160 EGLSurface eglSurface = 0; in WinMain() local
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 426 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in DestroySurface() local 449 egl::Surface *eglSurface = (egl::Surface*)surface; in QuerySurface() local 619 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in SurfaceAttrib() local 675 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in BindTexImage() local 717 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in ReleaseTexImage() local 1099 egl::Surface *eglSurface = (egl::Surface*)surface; in SwapBuffers() local 1121 egl::Surface *eglSurface = static_cast<egl::Surface*>(surface); in CopyBuffers() local
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 143 …EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL… in executeForConfig() local 167 …EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL… in executeForConfig() local
|
D | teglResizeTests.cpp | 175 const EGLSurface eglSurface = eglu::createWindowSurface(nativeDisplay, in init() local 330 EGLSurface eglSurface, in checkSurfaceSize()
|
D | teglNegativePartialUpdateTests.cpp | 118 …MakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig… in initAndMakeCurrentEGLContext()
|
D | teglGLES2SharingThreadedTests.cpp | 219 EGLSurface eglSurface; member in deqp::egl::GLES2ThreadTest::EGLThread
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 54 private EGLSurface eglSurface = EGL14.EGL_NO_SURFACE; field in EglBase14
|
D | EglBase10.java | 54 private EGLSurface eglSurface = EGL10.EGL_NO_SURFACE; field in EglBase10
|