HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 151 - 175 of 265) sorted by null

1 2 3 4 5 67 8 91011

  /external/deqp/modules/egl/
teglColorClearCase.cpp 168 void SingleThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
281 ColorClearThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLint api, const ApiFunctions& funcs, const std::vector<ClearPacket>& packets)
319 EGLSurface m_surface;
331 void MultiThreadColorClearCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
teglGetFrameTimestampsTests.cpp 77 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetNextFrameIdANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR *frameId);
78 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetCompositorTimingANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint numTimestamps, const eglw::EGLint *names, EGLnsecsANDROID *values);
79 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetCompositorTimingSupportedANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint name);
80 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampsANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID *values);
81 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampSupportedANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint timestamp);
teglImageUtil.cpp 107 const EGLSurface surface = egl.createPbufferSurface(dpy, config, attribs);
118 const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NULL);
127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL);
teglRenderTests.cpp 707 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
725 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
841 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
868 RenderTestThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLint api, const glw::Functions& gl, const Program& program, const std::vector<DrawOpPacket>& packets)
908 EGLSurface m_surface;
927 void MultiThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
    [all...]
  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 35 EGLSurface fSurfaceAndroid;
  /external/skia/tools/sk_app/win/
ANGLEWindowContext_win.cpp 52 EGLSurface fEGLSurface = EGL_NO_SURFACE;
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 35 EGLSurface fSurfaceAndroid;
  /external/skqp/tools/sk_app/win/
ANGLEWindowContext_win.cpp 52 EGLSurface fEGLSurface = EGL_NO_SURFACE;
  /frameworks/native/cmds/flatland/
Renderers.cpp 166 virtual bool render(EGLSurface surface) {
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 44 EGLSurface surface;
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 105 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 70 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
101 jfieldID noSurfaceFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_SURFACE", "Landroid/opengl/EGLSurface;");
129 (EGLSurface)handle == EGL_NO_SURFACE) {
EGLExtcHeader.cpp 71 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
97 jfieldID noSurfaceFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_SURFACE", "Landroid/opengl/EGLSurface;");
125 (EGLSurface)handle == EGL_NO_SURFACE) {
  /packages/services/Car/evs/app/
RenderBase.cpp 32 EGLSurface RenderBase::sDummySurface = EGL_NO_SURFACE;
  /cts/tests/tests/graphics/src/android/graphics/cts/
ANativeWindowTest.java 27 import android.opengl.EGLSurface;
52 private EGLSurface mEglPbuffer = EGL_NO_SURFACE;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 206 int GLEnv::AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle) {
212 int GLEnv::AddSurface(const EGLSurface& surface) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 31 import javax.microedition.khronos.egl.EGLSurface;
110 EGLSurface mEglSurface;
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 26 import android.opengl.EGLSurface;
262 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig,
273 EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
283 EGL14.eglDestroySurface(eglDisplay, eglSurface);
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 31 import javax.microedition.khronos.egl.EGLSurface;
110 EGLSurface mEglSurface;
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 30 import javax.microedition.khronos.egl.EGLSurface;
72 private EGLSurface mEglSurface;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 27 import javax.microedition.khronos.egl.EGLSurface;
729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
742 EGLSurface surface) {
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 381 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
386 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
391 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
396 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
401 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
426 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
431 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
436 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
441 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
461 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 59 import javax.microedition.khronos.egl.EGLSurface;
100 * and EGLSurface and querying extensions.
125 EGLSurface surface = egl.eglCreatePbufferSurface(display, config, surfaceSize);
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 48 import javax.microedition.khronos.egl.EGLSurface;
79 private EGLSurface mEglSurface;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 40 import javax.microedition.khronos.egl.EGLSurface;
144 private EGLSurface mEglSurface;

Completed in 1242 milliseconds

1 2 3 4 5 67 8 91011