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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 33 case EGL_MAX_PBUFFER_HEIGHT:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 50 case EGL_MAX_PBUFFER_HEIGHT: return maxPbufferHeight;
87 eglGetConfigAttrib(display, config, EGL_MAX_PBUFFER_HEIGHT, &dst->maxPbufferHeight);
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 98 case EGL_MAX_PBUFFER_HEIGHT:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 40 ATTRIBUTE( EGL_MAX_PBUFFER_HEIGHT ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 84 X(EGL_MAX_PBUFFER_HEIGHT),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 64 public static final int EGL_MAX_PBUFFER_HEIGHT = 0x302A;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 46 int EGL_MAX_PBUFFER_HEIGHT = 0x302A;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 256 EGL10.EGL_MAX_PBUFFER_HEIGHT,
291 "EGL_MAX_PBUFFER_HEIGHT",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 244 EGL10.EGL_MAX_PBUFFER_HEIGHT,
279 "EGL_MAX_PBUFFER_HEIGHT",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 105 ATTRIB_MAP(EGL_MAX_PBUFFER_HEIGHT, MaxPbufferHeight);
  /external/deqp/modules/egl/
teglConfigList.cpp 130 eglGetConfigAttrib(display, configs[i], EGL_MAX_PBUFFER_HEIGHT, &val);
  /external/mesa3d/src/egl/main/
eglconfig.h 105 ATTRIB_MAP(EGL_MAX_PBUFFER_HEIGHT, MaxPbufferHeight);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 64 public static final int EGL_MAX_PBUFFER_HEIGHT = 0x302A;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 128 #define EGL_MAX_PBUFFER_HEIGHT 0x302A
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 200 EGL10.EGL_MAX_PBUFFER_HEIGHT,
235 "EGL_MAX_PBUFFER_HEIGHT",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 200 EGL10.EGL_MAX_PBUFFER_HEIGHT,
235 "EGL_MAX_PBUFFER_HEIGHT",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 203 EGL10.EGL_MAX_PBUFFER_HEIGHT,
238 "EGL_MAX_PBUFFER_HEIGHT",
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 37 EGL_MAX_PBUFFER_HEIGHT,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 106 #define EGL_MAX_PBUFFER_HEIGHT 0x302A
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 106 #define EGL_MAX_PBUFFER_HEIGHT 0x302A
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 301 case EGL_MAX_PBUFFER_HEIGHT: match = config->mMaxPBufferHeight >= attribute[1]; break;
  /external/chromium_org/third_party/khronos/EGL/
egl.h 106 #define EGL_MAX_PBUFFER_HEIGHT 0x302A
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 106 #define EGL_MAX_PBUFFER_HEIGHT 0x302A
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 216 EGL10.EGL_MAX_PBUFFER_HEIGHT,
251 "EGL_MAX_PBUFFER_HEIGHT",
  /external/mesa3d/include/EGL/
egl.h 106 #define EGL_MAX_PBUFFER_HEIGHT 0x302A

Completed in 254 milliseconds

1 2 3 4 5