OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_LUMINANCE_BUFFER
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if
92
public static final int
EGL_LUMINANCE_BUFFER
= 0x308F;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
68
int
EGL_LUMINANCE_BUFFER
= 0x308F;
/external/deqp/framework/egl/
egluStrUtil.inl
150
case
EGL_LUMINANCE_BUFFER
: return "
EGL_LUMINANCE_BUFFER
";
/external/mesa3d/src/egl/main/
eglconfig.c
306
if (val != EGL_RGB_BUFFER && val !=
EGL_LUMINANCE_BUFFER
)
385
case
EGL_LUMINANCE_BUFFER
:
599
assert(EGL_RGB_BUFFER <
EGL_LUMINANCE_BUFFER
);
/external/deqp/modules/egl/
teglChooseConfigReference.cpp
107
case
EGL_LUMINANCE_BUFFER
: return 1;
139
case
EGL_LUMINANCE_BUFFER
:
teglQueryConfigTests.cpp
295
const bool isLuminanceBuffer = value ==
EGL_LUMINANCE_BUFFER
;
474
else if (colorBufferType ==
EGL_LUMINANCE_BUFFER
)
/frameworks/base/opengl/java/android/opengl/
EGL14.java
92
public static final int
EGL_LUMINANCE_BUFFER
= 0x308F;
/development/ndk/platforms/android-9/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/external/mesa3d/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/frameworks/native/opengl/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/EGL/
egl.h
138
#define
EGL_LUMINANCE_BUFFER
0x308F /* EGL_COLOR_BUFFER_TYPE value */
Completed in 8306 milliseconds
1
2
3
4