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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 21 case EGL_BUFFER_SIZE:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 34 case EGL_BUFFER_SIZE: return bufferSize;
71 eglGetConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
egluStrUtil.cpp 70 case EGL_BUFFER_SIZE:
egluStrUtil.inl 76 case EGL_BUFFER_SIZE: return "EGL_BUFFER_SIZE";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 50 case EGL_BUFFER_SIZE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 30 ATTRIBUTE( EGL_BUFFER_SIZE ),
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) {
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 74 X(EGL_BUFFER_SIZE),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 54 public static final int EGL_BUFFER_SIZE = 0x3020;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 208 { EGL_BUFFER_SIZE, 0 },
376 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, },
464 { EGL_BUFFER_SIZE, "buffer_size" },
537 EGL_BUFFER_SIZE,
562 EGL_BUFFER_SIZE,
teglChooseConfigReference.cpp 174 SurfaceConfig::compareAttributeSmaller<EGL_BUFFER_SIZE>,
208 rules[EGL_BUFFER_SIZE] = AttribRule(EGL_BUFFER_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 4
teglConfigList.cpp 79 eglGetConfigAttrib(display, configs[i], EGL_BUFFER_SIZE, &val);
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 120 EGL_BUFFER_SIZE, 32,
337 EGL_BUFFER_SIZE, ~0,
363 EGL_BUFFER_SIZE,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 94 EGL10.EGL_BUFFER_SIZE, 32,
  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface_factory.cc 94 EGL_BUFFER_SIZE, 32,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 36 int EGL_BUFFER_SIZE = 0x3020;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 246 EGL10.EGL_BUFFER_SIZE,
281 "EGL_BUFFER_SIZE",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 234 EGL10.EGL_BUFFER_SIZE,
269 "EGL_BUFFER_SIZE",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 95 ATTRIB_MAP(EGL_BUFFER_SIZE, BufferSize);
  /external/mesa3d/src/egl/main/
eglconfig.h 95 ATTRIB_MAP(EGL_BUFFER_SIZE, BufferSize);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 54 public static final int EGL_BUFFER_SIZE = 0x3020;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 118 #define EGL_BUFFER_SIZE 0x3020
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 190 EGL10.EGL_BUFFER_SIZE,
225 "EGL_BUFFER_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 190 EGL10.EGL_BUFFER_SIZE,
225 "EGL_BUFFER_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 193 EGL10.EGL_BUFFER_SIZE,
228 "EGL_BUFFER_SIZE",

Completed in 350 milliseconds

1 2 3 4 5