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

1 2 3 4

  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 64 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
95 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
126 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 64 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 66 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 37 case EGL_RENDERABLE_TYPE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 60 ATTRIBUTE( EGL_RENDERABLE_TYPE ),
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 138 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value);
175 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value);
176 logger.info(String.format("EGL_RENDERABLE_TYPE = %d", value[0]));
239 * We know none of the subclasses define EGL_RENDERABLE_TYPE. And we
245 newConfigSpec[len - 1] = EGL10.EGL_RENDERABLE_TYPE;
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 156 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
225 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
324 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 49 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 77 EGL10.EGL_RENDERABLE_TYPE, renderableType,
OpenGlEsVersionTest.java 93 * Get all the device configurations and check the EGL_RENDERABLE_TYPE attribute
115 EGL10.EGL_RENDERABLE_TYPE, value)) {
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 81 EGL14.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
OutputSurface.java 146 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 103 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 66 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 104 X(EGL_RENDERABLE_TYPE),
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 154 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
265 EGL10.EGL_RENDERABLE_TYPE,
300 "EGL_RENDERABLE_TYPE",
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 108 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
221 EGL10.EGL_RENDERABLE_TYPE,
256 "EGL_RENDERABLE_TYPE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 108 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
221 EGL10.EGL_RENDERABLE_TYPE,
256 "EGL_RENDERABLE_TYPE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 111 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
224 EGL10.EGL_RENDERABLE_TYPE,
259 "EGL_RENDERABLE_TYPE",
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 85 public static final int EGL_RENDERABLE_TYPE = 0x3040;
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 127 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 99 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 63 int EGL_RENDERABLE_TYPE = 0x3040;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 212 X(EGL_RENDERABLE_TYPE),
268 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 207 X(EGL_RENDERABLE_TYPE),
231 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,

Completed in 178 milliseconds

1 2 3 4