HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NO_IMAGE_KHR (Results 1 - 23 of 23) sorted by null

  /frameworks/native/libs/gui/
SurfaceTexture.cpp 228 if (mEGLSlots[buf].mEglImage != EGL_NO_IMAGE_KHR) {
230 mEGLSlots[buf].mEglImage = EGL_NO_IMAGE_KHR;
249 if (image == EGL_NO_IMAGE_KHR) {
256 if (image == EGL_NO_IMAGE_KHR) {
375 if (img != EGL_NO_IMAGE_KHR) {
377 mEGLSlots[i].mEglImage = EGL_NO_IMAGE_KHR;
426 if (image == EGL_NO_IMAGE_KHR) {
650 if (image == EGL_NO_IMAGE_KHR) {
720 if (img != EGL_NO_IMAGE_KHR) {
724 mEGLSlots[slotIndex].mEglImage = EGL_NO_IMAGE_KHR;
    [all...]
  /frameworks/native/include/gui/
SurfaceTexture.h 338 : mEglImage(EGL_NO_IMAGE_KHR),
  /sdk/emulator/opengl/system/egl/
egl.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp     [all...]
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /frameworks/native/opengl/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 134 if (img == EGL_NO_IMAGE_KHR) {
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
texture.cpp     [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 239 if (img == EGL_NO_IMAGE_KHR) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 584 GLUtils::checkEglError("eglCreateImage", (*image != EGL_NO_IMAGE_KHR));
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 1090 if (!dp) return EGL_NO_IMAGE_KHR;
    [all...]

Completed in 708 milliseconds