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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
81 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
87 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
79 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
85 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 343 android_native_buffer_t* buf[3];
366 android_native_buffer_t* buf[3];
386 android_native_buffer_t* buf[3];
406 android_native_buffer_t* buf[3];
430 android_native_buffer_t* buf[3];
431 android_native_buffer_t* firstBuf;
450 android_native_buffer_t* buf[3];
480 android_native_buffer_t* buf;
528 android_native_buffer_t* buf[3];
550 android_native_buffer_t* buf[3]
    [all...]
SurfaceTexture_test.cpp 773 android_native_buffer_t* anb;
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 245 android_native_buffer_t* buffer;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 57 # define android_native_buffer_t ANativeWindowBuffer macro
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 57 # define android_native_buffer_t ANativeWindowBuffer macro
  /frameworks/native/include/gui/
Surface.h 157 int getSlotFromBufferLocked(android_native_buffer_t* buffer) const;
  /frameworks/native/libs/gui/
Surface.cpp 178 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) {
227 int Surface::cancelBuffer(android_native_buffer_t* buffer,
242 android_native_buffer_t* buffer) const {
254 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer) {
260 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 192 android_native_buffer_t *pANB = (android_native_buffer_t *) pBuffer;
208 android_native_buffer_t *pANB = (android_native_buffer_t *) pBuffer;
731 android_native_buffer_t *pANB;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 228 struct android_native_buffer_t;
  /system/core/include/system/
window.h 117 typedef ANativeWindowBuffer_t android_native_buffer_t; typedef
  /device/lge/mako/camera/
QualcommCameraHardware.h 585 android_native_buffer_t *mPostViewBuffer;
QualcommCameraHardware.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 33 #define android_native_buffer_t ANativeWindowBuffer macro
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 33 #define android_native_buffer_t ANativeWindowBuffer macro
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 1033 android_native_buffer_t *buffer = NULL;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 1078 milliseconds