HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 201 - 225 of 257) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 119 #define EGL_NONE 0x3038 /* Attrib list terminator */
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 779 EGL10.EGL_NONE };
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 710 EGL10.EGL_NONE };
816 newConfigSpec[len+1] = EGL10.EGL_NONE;
831 EGL10.EGL_NONE});
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 176 EGL_NONE };
184 EGL_NONE };
434 EGL_NONE };
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 764 EGL10.EGL_NONE };
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 349 EGL_NONE };
405 EGL_NONE };
413 EGL_NONE };
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 573 while (attrib_p[0] != EGL_NONE) {
577 attribs_size++; //for the terminating EGL_NONE
1089 *value = EGL_NONE;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 160 EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 95 #define EGL_NONE 0x3038
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 261 EGL_NONE
teglGLES2SharedRenderingPerfTests.cpp 465 EGL_NONE
481 EGL_NONE
616 EGL_NONE
866 EGL_NONE
    [all...]
teglMultiThreadTests.cpp 575 EGL_NONE
583 thread.getLog() << ThreadLog::BeginMessage << result << " = eglChooseConfig(" << m_display << ", { EGL_NONE }, NULL, 0, " << configCount << ")" << ThreadLog::EndMessage;
598 thread.getLog() << ThreadLog::BeginMessage << result << " = eglChooseConfig(" << m_display << ", { EGL_NONE }, &configs, " << configCount << ", " << configCount << ")" << ThreadLog::EndMessage;
902 EGL_NONE
1052 EGL_NONE
1056 thread.getLog() << ThreadLog::BeginMessage << surface << " = eglCreatePbufferSurface(" << m_display << ", " << m_config << ", { EGL_WIDTH, 64, EGL_HEIGHT, 64, EGL_NONE })" << ThreadLog::EndMessage;
    [all...]
teglSwapBuffersTests.cpp 70 EGL_NONE
teglQuerySurfaceTests.cpp 388 EGL_NONE
655 EGL_NONE
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 423 EGL_NONE };
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 58 EGL10.EGL_NONE
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 54 EGL_NONE
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 223 EGL_NONE
703 EGL_NONE
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 93 static const jint gNull_attrib_base[] = {EGL_NONE};
105 return item == EGL_NONE;

Completed in 515 milliseconds

1 2 3 4 5 6 7 891011