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

1 2

  /frameworks/native/libs/gui/
GLConsumer.cpp 178 if (mEglSlots[slot].mEglImage != EGL_NO_IMAGE_KHR) {
184 mEglSlots[slot].mEglImage = EGL_NO_IMAGE_KHR;
225 if (mEglSlots[buf].mEglImage == EGL_NO_IMAGE_KHR) {
227 if (image == EGL_NO_IMAGE_KHR) {
389 if (img != EGL_NO_IMAGE_KHR) {
391 mEglSlots[i].mEglImage = EGL_NO_IMAGE_KHR;
459 if (image == EGL_NO_IMAGE_KHR) {
708 if (image == EGL_NO_IMAGE_KHR) {
847 if (img != EGL_NO_IMAGE_KHR) {
851 mEglSlots[slotIndex].mEglImage = EGL_NO_IMAGE_KHR;
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 372 : mEglImage(EGL_NO_IMAGE_KHR),
  /device/generic/goldfish/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/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/6/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/tests/gl_yuvtex/
gl_yuvtex.cpp 134 if (img == EGL_NO_IMAGE_KHR) {
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
  /prebuilts/ndk/8/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...]
  /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 586 GLUtils::checkEglError("eglCreateImage", (*image != EGL_NO_IMAGE_KHR));
  /frameworks/native/opengl/include/EGL/
eglext.h 82 #define EGL_NO_IMAGE_KHR ((EGLImageKHR)0)

Completed in 1934 milliseconds

1 2