/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 21 import static android.opengl.EGL14.EGL_CONFIG_CAVEAT; 96 EGL_CONFIG_CAVEAT, EGL_NONE, in retrieveTextureSizeFromGL()
|
/frameworks/native/opengl/tests/configdump/ |
D | configdump.cpp | 39 ATTRIBUTE( EGL_CONFIG_CAVEAT ),
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 80 X(EGL_CONFIG_CAVEAT), in glTestPrintEGLConfiguration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 21 import static android.opengl.EGL14.EGL_CONFIG_CAVEAT; 193 EGL_CONFIG_CAVEAT, EGL_NONE, in getConfig()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 44 int EGL_CONFIG_CAVEAT = 0x3027; field
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 125 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 63 public static final int EGL_CONFIG_CAVEAT = 0x3027; field in EGL14
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 200 EGL10.EGL_CONFIG_CAVEAT, in printConfig()
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 197 EGL10.EGL_CONFIG_CAVEAT, in printConfig()
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 197 EGL10.EGL_CONFIG_CAVEAT, in printConfig()
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 203 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 184 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 198 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 294 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 77 #define EGL_CONFIG_CAVEAT 0x3027 macro
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 293 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 110 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 62 public static final int EGL_CONFIG_CAVEAT = 0x3027;
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 169 EGL_CONFIG_CAVEAT, in load8BitsConfig()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 93 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 977 X(EGL_CONFIG_CAVEAT), in printEGLConfiguration()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 152 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 218 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 194 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 359 case EGL_CONFIG_CAVEAT: in eglChooseConfigImpl()
|