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

1 2 3 4 5 6

  /cts/tests/vr/src/android/vr/cts/
VrExtensionBehaviorTest.java 140 EGL14.EGL_SINGLE_BUFFER);
146 EGL14.EGL_RENDER_BUFFER, EGL14.EGL_SINGLE_BUFFER));
  /external/deqp/modules/egl/
teglMutableRenderBufferTests.cpp 231 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER));
300 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER));
302 if (curRenderBuffer != EGL_SINGLE_BUFFER)
355 EGLBoolean ret = egl.surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER);
teglQueryContextTests.cpp 280 if (config.surfaceTypeBit == EGL_PIXMAP_BIT && renderBuffer != EGL_SINGLE_BUFFER)
282 log << TestLog::Message << " Fail, render buffer should be EGL_SINGLE_BUFFER for a pixmap surface." << TestLog::EndMessage;
290 else if (config.surfaceTypeBit == EGL_WINDOW_BIT && renderBuffer != EGL_SINGLE_BUFFER && renderBuffer != EGL_BACK_BUFFER)
292 log << TestLog::Message << " Fail, render buffer should be either EGL_SINGLE_BUFFER or EGL_BACK_BUFFER for a window surface." << TestLog::EndMessage;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 128 public static final int EGL_SINGLE_BUFFER = 0x3085;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 81 int EGL_SINGLE_BUFFER = 0x3085;
  /external/deqp/framework/egl/
egluStrUtil.inl 228 case EGL_SINGLE_BUFFER: return "EGL_SINGLE_BUFFER";
  /external/mesa3d/src/egl/main/
eglsurface.c 137 if (val != EGL_BACK_BUFFER && val != EGL_SINGLE_BUFFER) {
279 renderBuffer = EGL_SINGLE_BUFFER;
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 128 public static final int EGL_SINGLE_BUFFER = 0x3085;
  /development/ndk/platforms/android-14/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-18/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-19/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-21/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-23/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-24/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /development/ndk/platforms/android-9/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 186 #define EGL_SINGLE_BUFFER 0x3085
  /frameworks/native/opengl/include/EGL/
egl.h 198 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 185 #define EGL_SINGLE_BUFFER 0x3085

Completed in 86 milliseconds

1 2 3 4 5 6