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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 57 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
63 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
86 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
92 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 58 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
64 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
85 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image;
91 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 37 android_native_buffer_t* anb;
SurfaceTextureClient_test.cpp 352 android_native_buffer_t* buf[3];
375 android_native_buffer_t* buf[3];
395 android_native_buffer_t* buf[3];
415 android_native_buffer_t* buf[3];
439 android_native_buffer_t* buf[3];
440 android_native_buffer_t* firstBuf;
459 android_native_buffer_t* buf[3];
490 android_native_buffer_t* buf;
538 android_native_buffer_t* buf[3];
560 android_native_buffer_t* buf[3]
    [all...]
FillBuffer.cpp 93 android_native_buffer_t* anb;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 57 # define android_native_buffer_t ANativeWindowBuffer macro
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 248 android_native_buffer_t* buffer;
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 207 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) {
276 int Surface::cancelBuffer(android_native_buffer_t* buffer,
294 android_native_buffer_t* buffer) const {
305 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer __attribute__((unused))) {
311 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
    [all...]
  /frameworks/native/include/gui/
Surface.h 200 int getSlotFromBufferLocked(android_native_buffer_t* buffer) const;
  /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;
  /system/core/include/system/
window.h 123 typedef ANativeWindowBuffer_t android_native_buffer_t; typedef
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 33 #define android_native_buffer_t ANativeWindowBuffer macro
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 337 android_native_buffer_t *anb = NULL;
    [all...]
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 1002 android_native_buffer_t *buffer = NULL;
    [all...]
  /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_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 641 milliseconds