OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_buffer
(Results
1 - 6
of
6
) 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/
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
Completed in 156 milliseconds