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

  /frameworks/native/libs/nativewindow/include/android/
native_window.h 124 int32_t ANativeWindow_getWidth(ANativeWindow* window);
  /external/skia/tools/sk_app/android/
RasterWindowContext_android.cpp 43 fWidth = ANativeWindow_getWidth(fNativeWindow);
GLWindowContext_android.cpp 61 fWidth = ANativeWindow_getWidth(fNativeWindow);
surface_glue_android.cpp 116 int width = ANativeWindow_getWidth(skiaAndroidApp->fNativeWindow);
  /external/skqp/tools/sk_app/android/
RasterWindowContext_android.cpp 43 fWidth = ANativeWindow_getWidth(fNativeWindow);
GLWindowContext_android.cpp 61 fWidth = ANativeWindow_getWidth(fNativeWindow);
surface_glue_android.cpp 116 int width = ANativeWindow_getWidth(skiaAndroidApp->fNativeWindow);
  /external/deqp/framework/platform/android/
tcuAndroidWindow.cpp 52 const int32_t width = ANativeWindow_getWidth(m_window);
  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 71 int32_t ANativeWindow_getWidth(ANativeWindow* window) {
  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 233 uint32_t width = ANativeWindow_getWidth(window);

Completed in 2939 milliseconds