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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
57 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
70 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
81 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
83 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
87 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 55 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
57 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
61 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
79 android_native_buffer_t* native_buffer = (android_native_buffer_t*)image; local
81 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
85 if (native_buffer->common.version != sizeof(android_native_buffer_t)) {
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_buffer.h 45 struct native_buffer { struct
66 struct native_buffer *buf);
73 struct native_buffer *nbuf);
  /external/chromium_org/ui/gfx/
gpu_memory_buffer.h 30 , native_buffer(NULL)
41 EGLClientBuffer native_buffer; member in struct:gfx::GpuMemoryBufferHandle
  /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 2040 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)buffer; local
2069 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)img; local
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 1141 android_native_buffer_t* native_buffer = (android_native_buffer_t*)buffer; local
1169 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
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 721 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 688 nativebuffer native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS]; member in class:omx_vdec
    [all...]

Completed in 370 milliseconds