OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_native_buffer_t
(Results
1 - 25
of
25
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1/
gl.cpp
62
android_native_buffer_t
* native_buffer = image->native_buffer;
68
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
97
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
103
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
/device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp
63
android_native_buffer_t
* native_buffer = image->native_buffer;
69
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
96
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
102
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLImage.h
31
android_native_buffer_t
*native_buffer;
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
362
android_native_buffer_t
* buf[3];
386
android_native_buffer_t
* buf[3];
407
android_native_buffer_t
* buf[3];
428
android_native_buffer_t
* buf[3];
452
android_native_buffer_t
* buf[3];
453
android_native_buffer_t
* firstBuf;
473
android_native_buffer_t
* buf[3];
506
android_native_buffer_t
* buf;
554
android_native_buffer_t
* buf[3];
577
android_native_buffer_t
* buf[3]
[
all
...]
SurfaceTextureFBO_test.cpp
39
android_native_buffer_t
* anb;
FillBuffer.cpp
93
android_native_buffer_t
* anb;
/device/generic/goldfish/opengl/system/egl/
egl.cpp
249
android_native_buffer_t
* buffer;
[
all
...]
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h
57
# define
android_native_buffer_t
ANativeWindowBuffer
macro
/frameworks/native/libs/gui/
Surface.cpp
266
int Surface::dequeueBuffer(
android_native_buffer_t
** buffer, int* fenceFd) {
354
int Surface::cancelBuffer(
android_native_buffer_t
* buffer,
383
android_native_buffer_t
* buffer) const {
394
int Surface::lockBuffer_DEPRECATED(
android_native_buffer_t
* buffer __attribute__((unused))) {
400
int Surface::queueBuffer(
android_native_buffer_t
* buffer, int fenceFd) {
[
all
...]
/frameworks/native/include/gui/
Surface.h
239
int getSlotFromBufferLocked(
android_native_buffer_t
* buffer) const;
/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
327
android_native_buffer_t
*anb = NULL;
/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
...]
/system/core/include/system/
window.h
124
typedef ANativeWindowBuffer_t
android_native_buffer_t
;
typedef
[
all
...]
/hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
/hardware/qcom/media/msm8974/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
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_hevc_swvdec.cpp
[
all
...]
omx_vdec_v4l2.cpp
[
all
...]
Completed in 1473 milliseconds