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

1 2 3

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 44 ATTRIBUTE( EGL_MAX_PBUFFER_PIXELS ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 84 X(EGL_MAX_PBUFFER_PIXELS),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 65 public static final int EGL_MAX_PBUFFER_PIXELS = 0x302B;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 47 int EGL_MAX_PBUFFER_PIXELS = 0x302B;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 245 EGL10.EGL_MAX_PBUFFER_PIXELS,
280 "EGL_MAX_PBUFFER_PIXELS",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 257 EGL10.EGL_MAX_PBUFFER_PIXELS,
292 "EGL_MAX_PBUFFER_PIXELS",
  /external/deqp/modules/egl/
teglConfigList.cpp 135 egl.getConfigAttrib(display, configs[i], EGL_MAX_PBUFFER_PIXELS, &val);
  /external/mesa3d/src/egl/main/
eglconfig.h 114 ATTRIB_MAP(EGL_MAX_PBUFFER_PIXELS, MaxPbufferPixels);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 65 public static final int EGL_MAX_PBUFFER_PIXELS = 0x302B;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 129 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 201 EGL10.EGL_MAX_PBUFFER_PIXELS,
236 "EGL_MAX_PBUFFER_PIXELS",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 201 EGL10.EGL_MAX_PBUFFER_PIXELS,
236 "EGL_MAX_PBUFFER_PIXELS",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 204 EGL10.EGL_MAX_PBUFFER_PIXELS,
239 "EGL_MAX_PBUFFER_PIXELS",
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 107 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 188 _eglSetConfigKey(&conf->base, EGL_MAX_PBUFFER_PIXELS, 0); // TODO: How to get the right value ?
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 107 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 218 EGL10.EGL_MAX_PBUFFER_PIXELS,
253 "EGL_MAX_PBUFFER_PIXELS",
  /frameworks/native/opengl/include/EGL/
egl.h 90 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 188 X(EGL_MAX_PBUFFER_PIXELS),
  /frameworks/native/opengl/tests/lib/include/
EGLUtils.h 207 X(EGL_MAX_PBUFFER_PIXELS),
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 236 EGL10.EGL_MAX_PBUFFER_PIXELS,
271 "EGL_MAX_PBUFFER_PIXELS",
  /external/mesa3d/include/EGL/
egl.h 90 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /external/swiftshader/include/EGL/
egl.h 90 #define EGL_MAX_PBUFFER_PIXELS 0x302B
  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 391 case EGL_MAX_PBUFFER_PIXELS: match = config->mMaxPBufferPixels >= attribute[1]; break;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 202 X(EGL_MAX_PBUFFER_PIXELS),

Completed in 276 milliseconds

1 2 3