Home
last modified time | relevance | path

Searched refs:WINDOW_BPP (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp.h37 #define WINDOW_BPP 16 macro
Dapp-linux.c96 #if (WINDOW_BPP == 16) in initGraphics()
100 #elif (WINDOW_BPP == 32) in initGraphics()
105 #error WINDOW_BPP must be 16 or 32 in initGraphics()
Dapp-win32.c82 #if (WINDOW_BPP == 16) in initEGL()
86 #elif (WINDOW_BPP == 32) in initEGL()
91 #error WINDOW_BPP must be 16 or 32 in initEGL()