OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WINDOW_BPP
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h
37
#define
WINDOW_BPP
16
app-linux.c
96
#if (
WINDOW_BPP
== 16)
100
#elif (
WINDOW_BPP
== 32)
105
#error
WINDOW_BPP
must be 16 or 32
app-win32.c
82
#if (
WINDOW_BPP
== 16)
86
#elif (
WINDOW_BPP
== 32)
91
#error
WINDOW_BPP
must be 16 or 32
/frameworks/native/opengl/tests/angeles/
app.h
37
#define
WINDOW_BPP
16
Completed in 76 milliseconds