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

  /frameworks/base/native/android/
native_window.cpp 63 int32_t err = native_window_set_buffers_format(window, format);
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 77 native_window_set_buffers_format(window, 0);
eglApi.cpp 383 int err = native_window_set_buffers_format(window, format);
407 native_window_set_buffers_format(window, 0);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 112 int result = native_window_set_buffers_format(m_ANW.get(), HAL_PIXEL_FORMAT_RGBA_8888);
113 GLUtils::checkSurfaceTextureError("native_window_set_buffers_format", result);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 635 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
649 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
663 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
686 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
712 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
756 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
    [all...]
  /system/core/include/system/
window.h 256 NATIVE_WINDOW_SET_BUFFERS_FORMAT = 9,
466 * NATIVE_WINDOW_SET_BUFFERS_FORMAT
679 * native_window_set_buffers_size and native_window_set_buffers_format.
682 * and native_window_set_buffers_format functions should be used instead.
739 * native_window_set_buffers_format(..., int format)
744 static inline int native_window_set_buffers_format( function
748 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format);
  /frameworks/rs/driver/
rsdAllocation.cpp 743 r = native_window_set_buffers_format(nw, format);
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 420 ASSERT_EQ(native_window_set_buffers_format(mANW, HAL_PIXEL_FORMAT_RGBA_8888), NO_ERROR);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 290 milliseconds