HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 24 import android.opengl.EGLSurface;
45 private EGLSurface mEGLSurface;
OutputSurface.java 34 import javax.microedition.khronos.egl.EGLSurface;
64 private EGLSurface mEGLSurface;
  /frameworks/native/cmds/flatland/
GLHelper.cpp 132 bool GLHelper::makeCurrent(EGLSurface surface) {
150 sp<GLConsumer>* glConsumer, EGLSurface* surface,
166 void GLHelper::destroySurface(EGLSurface* surface) {
176 bool GLHelper::swapBuffers(EGLSurface surface) {
200 sp<GLConsumer>* glConsumer, EGLSurface* surface) {
209 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
242 sp<SurfaceControl>* surfaceControl, EGLSurface* surface) {
288 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
Main.cpp 296 EGLSurface mSurface;
438 bool doFrame(EGLSurface surface) {
503 EGLSurface mSurface;
506 EGLSurface mWindowSurface;
  /frameworks/rs/driver/
rsdGL.h 39 EGLSurface surface;
40 EGLSurface surfaceDefault;
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 361 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
393 // the EGL spec requires that a new EGLSurface default to swap interval
398 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
406 // EGLSurface creation failed
413 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
422 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
433 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
441 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
452 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
471 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface
    [all...]
egl_display.cpp 325 EGLSurface draw, EGLSurface read, EGLContext ctx,
326 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 609 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
637 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
695 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
705 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface)
708 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
710 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface));
716 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value)
719 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE)
    [all...]
  /external/skia/include/views/
SkOSWindow_Win.h 72 EGLSurface fSurface;
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 142 SurfacePtr EglDisplay::getSurface(EGLSurface surface) {
162 bool EglDisplay::removeSurface(EGLSurface s) {
260 EGLSurface EglDisplay::addSurface(SurfacePtr s ) {
263 EGLSurface ret =reinterpret_cast<EGLSurface> (hndl);
EglImp.cpp 113 #define VALIDATE_SURFACE_RETURN(EGLSurface,ret,varName) \
114 SurfacePtr varName = dpy->getSurface(EGLSurface); \
132 #define VALIDATE_SURFACE(EGLSurface,varName) \
133 VALIDATE_SURFACE_RETURN(EGLSurface,EGL_FALSE,varName)
472 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config,
502 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay display, EGLConfig config,
546 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay display, EGLConfig config,
573 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) {
584 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface,
595 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 31 import javax.microedition.khronos.egl.EGLSurface;
48 private EGLSurface mEglSurface = EGL10.EGL_NO_SURFACE;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 72 static EGLSurface sEglSurface = EGL_NO_SURFACE;
134 EGLSurface surface;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 100 EGLSurface getEGLSurface() const;
172 EGLSurface mSurface;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 91 EGLSurface eglSurface = eglCreateWindowSurface(eglDisplay,
99 return new RendererSurface(eglDisplay, window, eglSurface, eglConfig);
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 55 static inline EGLSurface getSurface(JNIEnv* env, jobject o) {
57 return (EGLSurface)env->GetIntField(o, gSurface_EGLSurfaceFieldID);
250 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
450 EGLSurface sur = getSurface(_env, surface);
473 EGLSurface sdr = getSurface(_env, draw);
474 EGLSurface srd = getSurface(_env, read);
495 EGLSurface sur = getSurface(_env, surface)
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
262 // nativeAddSurfaceFromMediaRecorder gets an EGLSurface
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 29 private EGLSurface mEGLSurface;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 143 EGLSurface m_eglSurface;
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 89 EGLSurface mEglSurface;

Completed in 1376 milliseconds

1 2 34 5 6 7