HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateWindowSurface (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
egl_dispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL.h 40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
44 "eglCreateWindowSurface() can only be called with an instance of " +
eglCreateWindowSurface.cpp 1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
56 _returnValue = eglCreateWindowSurface(
74 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
138 _returnValue = eglCreateWindowSurface(
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 14 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
eglwStaticLibrary15.inl 19 { "eglCreateWindowSurface", (deFunctionPtr)eglCreateWindowSurface },
  /external/mesa3d/src/egl/
egl-symbols-check 18 eglCreateWindowSurface
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
EGL14.spec 9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 116 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, windowAttribs);
119 fSurfaceAndroid = eglCreateWindowSurface(fDisplay, surfaceConfig, fNativeWindow, nullptr);
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 133 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL );
225 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 133 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL );
225 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL );
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 174 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
179 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
215 // set during the eglCreateWindowSurface
243 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
248 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
309 // eglCreateWindowSurface
342 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
347 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 23 surface_ = eglCreateWindowSurface(display_, config_, native_window, NULL);
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
100 checkEglError("eglCreateWindowSurface");
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 71 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 279 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, eglWindow, NULL);
284 eglSurface = eglCreateWindowSurface(eglDisplay, eglConfig, NULL, NULL);
287 if (!TestEGLError(hWnd, "eglCreateWindowSurface"))
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 146 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
271 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs);
357 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), winAttrs);
430 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL);
535 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 124 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceHolder, null);
128 checkEglError(mEgl, "eglCreateWindowSurface");
143 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceTexture, null);
147 checkEglError(mEgl, "eglCreateWindowSurface");
162 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surface, null);
166 checkEglError(mEgl, "eglCreateWindowSurface");
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 127 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface,
129 checkEglError("eglCreateWindowSurface");
  /cts/tests/tests/view/src/android/view/cts/
GLProducerThread.java 113 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay,
120 "eglCreateWindowSurface() returned EGL_BAD_NATIVE_WINDOW.");
122 throw new RuntimeException("eglCreateWindowSurface() failed "
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(),
55 ALOGE("eglCreateWindowSurface error: %#x", eglGetError());

Completed in 212 milliseconds

1 2 3 4 5 6 7 8 9