HomeSort by relevance Sort by last modified time
    Searched refs:getEGLSurface (Results 1 - 12 of 12) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h 38 EGLSurface getEGLSurface() const { return m_eglSurface; }
FrameBuffer.cpp 703 draw ? draw->getEGLSurface() : EGL_NO_SURFACE,
704 read ? read->getEGLSurface() : EGL_NO_SURFACE,
  /external/deqp/modules/egl/
teglColorClearCase.cpp 167 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
182 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
200 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
261 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext());
357 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext())
    [all...]
teglRenderTests.cpp 735 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
747 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
761 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
777 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
847 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext())
    [all...]
teglCreateSurfaceTests.cpp 151 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &windowWidth));
152 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &windowHeight));
206 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &pixmapWidth));
207 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &pixmapHeight));
teglQueryContextTests.cpp 114 executeForSurface(m_eglTestCtx.getDisplay(), config, surface.getEGLSurface(), info);
138 executeForSurface(display, config, surface.getEGLSurface(), info);
168 executeForSurface(display, config, surface.getEGLSurface(), info);
teglGLES2SharingTests.cpp 249 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());
277 makeCurrent(display.getEGLDisplay(), contextB, surface.getEGLSurface());
297 makeCurrent(display.getEGLDisplay(), contextB, surface.getEGLSurface());
304 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());
    [all...]
teglQuerySurfaceTests.cpp 268 eglQuerySurface(display, surface.getEGLSurface(), attribute, &value);
482 TCU_CHECK_EGL_CALL(eglQuerySurface(surface.getDisplay().getEGLDisplay(), surface.getEGLSurface(), EGL_MIPMAP_LEVEL, &value));
500 eglSurfaceAttrib(display.getEGLDisplay(), surface.getEGLSurface(), EGL_MIPMAP_LEVEL, 1);
  /external/deqp/framework/egl/
tcuEgl.cpp 255 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display.getEGLDisplay(), draw.getEGLSurface(), read.getEGLSurface(), m_context));
tcuEgl.hpp 91 EGLSurface getEGLSurface (void) const { return m_surface; }
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 105 EGLSurface getEGLSurface() const;
DisplayDevice.cpp 168 EGLSurface DisplayDevice::getEGLSurface() const {

Completed in 171 milliseconds