OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_native_buffer_t
(Results
1 - 14
of
14
) sorted by null
/development/tools/emulator/opengl/system/GLESv1/
gl.cpp
40
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
46
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
66
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
72
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
/development/tools/emulator/opengl/system/GLESv2/
gl2.cpp
40
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
46
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
60
android_native_buffer_t
* native_buffer = (
android_native_buffer_t
*)image;
66
if (native_buffer->common.version != sizeof(
android_native_buffer_t
)) {
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp
115
android_native_buffer_t
*buf;
122
buf = (
android_native_buffer_t
*)pUnreadableBuffer;
137
android_native_buffer_t
*buf;
144
buf = (
android_native_buffer_t
*)pUnreadableBuffer;
315
android_native_buffer_t
*buf = (
android_native_buffer_t
*)buffer;
/frameworks/base/libs/gui/tests/
SurfaceTextureClient_test.cpp
290
android_native_buffer_t
* buf[3];
313
android_native_buffer_t
* buf[3];
334
android_native_buffer_t
* buf[3];
355
android_native_buffer_t
* buf[3];
380
android_native_buffer_t
* buf[3];
381
android_native_buffer_t
* firstBuf;
401
android_native_buffer_t
* buf[3];
462
android_native_buffer_t
* buf[3];
485
android_native_buffer_t
* buf[3];
515
android_native_buffer_t
* buf[3]
[
all
...]
SurfaceTexture_test.cpp
866
android_native_buffer_t
* anb;
[
all
...]
/development/tools/emulator/opengl/system/egl/
egl.cpp
255
android_native_buffer_t
* buffer;
[
all
...]
/frameworks/base/libs/gui/
SurfaceTextureClient.cpp
138
int SurfaceTextureClient::dequeueBuffer(
android_native_buffer_t
** buffer) {
167
int SurfaceTextureClient::cancelBuffer(
android_native_buffer_t
* buffer) {
179
android_native_buffer_t
* buffer) const {
207
int SurfaceTextureClient::lockBuffer(
android_native_buffer_t
* buffer) {
213
int SurfaceTextureClient::queueBuffer(
android_native_buffer_t
* buffer) {
/frameworks/base/include/gui/
SurfaceTextureClient.h
103
int getSlotFromBufferLocked(
android_native_buffer_t
* buffer) const;
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h
228
struct
android_native_buffer_t
;
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h
228
struct
android_native_buffer_t
;
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h
228
struct
android_native_buffer_t
;
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h
228
struct
android_native_buffer_t
;
/hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp
1029
android_native_buffer_t
*buffer = NULL;
[
all
...]
/system/core/include/system/
window.h
104
typedef ANativeWindowBuffer_t
android_native_buffer_t
;
typedef
Completed in 286 milliseconds