HomeSort by relevance Sort by last modified time
    Searched refs:EGL_SUCCESS (Results 51 - 75 of 91) sorted by null

1 23 4

  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 257 return EGL10.EGL_SUCCESS;
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 284 if (error != EGL10.EGL_SUCCESS) {
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 77 #define EGL_SUCCESS 0x3000
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 552 ALOGE_IF(error == EGL_SUCCESS,
765 EGLint err = EGL_SUCCESS;
770 if (err == EGL_SUCCESS) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 93 if(tls_thread->getError() == EGL_SUCCESS) { \
148 tls_thread->setError(EGL_SUCCESS);
784 RETURN_ERROR(EGL_TRUE,EGL_SUCCESS);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 413 if (eglGetError() == EGL_SUCCESS) {
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 30 #define CHECK_EGL_ERROR CHECK(EGL_SUCCESS == eglGetError())
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 334 if (error != EGL10.EGL_SUCCESS) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 44 case EGL_SUCCESS: return "EGL_SUCCESS";
516 getEGLThreadInfo()->eglError = EGL_SUCCESS;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp     [all...]

Completed in 1156 milliseconds

1 23 4