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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 57 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
59 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
63 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
72 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
86 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
88 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
92 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
98 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 58 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
60 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
64 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
72 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
85 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
87 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
91 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
96 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_buffer.h 45 struct native_buffer { struct
66 struct native_buffer *buf);
73 struct native_buffer *nbuf);
  /frameworks/native/opengl/libagl/
texture.cpp 128 ANativeWindowBuffer* native_buffer = u.texture->buffer; local
129 if (native_buffer) {
139 int err = module->lock(module, native_buffer->handle,
141 0, 0, native_buffer->width, native_buffer->height,
156 ANativeWindowBuffer* native_buffer = u.texture->buffer; local
157 if (native_buffer) {
166 module->unlock(module, native_buffer->handle);
    [all...]
egl.cpp 2067 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)buffer; local
2096 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)img; local
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 1188 android_native_buffer_t* native_buffer = (android_native_buffer_t*)buffer; local
1216 android_native_buffer_t* native_buffer = (android_native_buffer_t*)img; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 824 private_handle_t * native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 684 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
omx_vdec.h 781 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]

Completed in 4236 milliseconds