OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_buffer
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
EGLImage.h
42
android_native_buffer_t *
native_buffer
;
member in union:EGLImage_t::__anon1908
/device/generic/goldfish-opengl/system/GLESv1/
gl.cpp
66
android_native_buffer_t*
native_buffer
= image->
native_buffer
;
local
68
if (
native_buffer
->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
72
if (
native_buffer
->common.version != sizeof(android_native_buffer_t)) {
81
grallocHelper->getHostHandle(
native_buffer
->handle));
103
android_native_buffer_t*
native_buffer
= ((EGLImage_t*)image)->
native_buffer
;
local
105
if (
native_buffer
->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
109
if (
native_buffer
->common.version != sizeof(android_native_buffer_t)) {
115
grallocHelper->getHostHandle(
native_buffer
->handle))
[
all
...]
/device/generic/goldfish-opengl/system/GLESv2/
gl2.cpp
68
android_native_buffer_t*
native_buffer
= image->
native_buffer
;
local
70
if (
native_buffer
->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
74
if (
native_buffer
->common.version != sizeof(android_native_buffer_t)) {
84
grallocHelper->getHostHandle(
native_buffer
->handle));
106
android_native_buffer_t*
native_buffer
= ((EGLImage_t*)image)->
native_buffer
;
local
108
if (
native_buffer
->common.magic != ANDROID_NATIVE_BUFFER_MAGIC) {
112
if (
native_buffer
->common.version != sizeof(android_native_buffer_t)) {
118
grallocHelper->getHostHandle(
native_buffer
->handle))
[
all
...]
/cts/tests/vr/jni/
VrExtensionsJni.cpp
126
EGLClientBuffer
native_buffer
= eglGetNativeClientBufferANDROID(hwbuffer);
127
ASSERT_TRUE(
native_buffer
);
132
EGL_NATIVE_BUFFER_ANDROID,
native_buffer
, attrs);
222
EGLClientBuffer
native_buffer
= eglGetNativeClientBufferANDROID(hwbuffer);
local
223
ASSERT_TRUE(
native_buffer
);
233
bufsize,
native_buffer
, flags);
466
EGLClientBuffer
native_buffer
= eglGetNativeClientBufferANDROID(hwbuffer);
local
467
ASSERT_TRUE(
native_buffer
);
472
EGL_NATIVE_BUFFER_ANDROID,
native_buffer
, attrs);
545
EGLClientBuffer
native_buffer
= eglGetNativeClientBufferANDROID(hwbuffer)
local
[
all
...]
/device/generic/goldfish-opengl/system/egl/
egl.cpp
1988
android_
native_buffer
_t*
native_buffer
= (android_
native_buffer
_t*)buffer;
local
2056
android_
native_buffer
_t*
native_buffer
= image->
native_buffer
;
local
[
all
...]
Completed in 381 milliseconds