HomeSort by relevance Sort by last modified time
    Searched refs:native_buffer (Results 1 - 8 of 8) 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);
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 146 status_t EGLTextureObject::setImage(ANativeWindowBuffer* native_buffer)
150 sur.width = native_buffer->width;
151 sur.height= native_buffer->height;
152 sur.stride= native_buffer->stride;
153 sur.format= native_buffer->format;
156 buffer = native_buffer;
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
2071 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
1171 android_native_buffer_t* native_buffer = (android_native_buffer_t*)img; local
    [all...]
  /hardware/qcom/media/mm-video/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/vidc/vdec/src/
omx_vdec.cpp 545 memset(native_buffer, 0, sizeof(native_buffer));
    [all...]

Completed in 648 milliseconds