HomeSort by relevance Sort by last modified time
    Searched full:native_window (Results 201 - 225 of 418) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vk_platform.h 104 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 83 #include <android/native_window.h>
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 97 #include <android/native_window.h>
  /prebuilts/abi-dumps/ndk/current/arm/source-based/
libnativewindow.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/current/arm64/source-based/
libnativewindow.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/current/x86/source-based/
libnativewindow.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/current/x86_64/source-based/
libnativewindow.so.lsdump.gz 
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 20 eglw::EGLSurface eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list);
21 eglw::EGLSurface eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list);
egluCallLogWrapper.inl 152 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list)
155 m_log << TestLog::Message << "eglCreatePlatformWindowSurface(" << dpy << ", " << toHex(config) << ", " << native_window << ", " << attrib_list << ");" << TestLog::EndMessage;
156 eglw::EGLSurface returnValue = m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
162 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list)
165 m_log << TestLog::Message << "eglCreatePlatformWindowSurfaceEXT(" << dpy << ", " << toHex(config) << ", " << native_window << ", " << attrib_list << ");" << TestLog::EndMessage;
166 eglw::EGLSurface returnValue = m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 84 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
104 BWindow* win = (BWindow*)native_window;
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 225 } else if (driver_data->native_window) {
227 psb_android_surfaceflinger_rotate(driver_data->native_window, &display_rotate);
228 drv_debug_msg(VIDEO_DEBUG_GENERAL, "NativeWindow(0x%x), get surface flinger rotate %d\n", driver_data->native_window, display_rotate);
257 if ((mode == HDMI_VIDEO_ISPLAYING) && driver_data->native_window) {
259 psb_android_surfaceflinger_rotate(driver_data->native_window, &display_rotate);
260 drv_debug_msg(VIDEO_DEBUG_GENERAL, "NativeWindow(0x%x), get surface flinger rotate %d\n", driver_data->native_window, display_rotate);
  /external/deqp/android/cts/master/
egl-master.txt     [all...]
  /external/deqp/android/cts/nyc/
egl-master.txt     [all...]

Completed in 524 milliseconds

1 2 3 4 5 6 7 891011>>