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

1 2 3

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 28 EGL_SURFACE_TYPE, // must be fourth - see getSurfaceType()
104 EGL_SURFACE_TYPE, &surfaceType);
178 if (attrib_p[0] == EGL_SURFACE_TYPE) {
189 *(attrib_p++) = EGL_SURFACE_TYPE;
247 if (s_configAttribs[i] == EGL_SURFACE_TYPE) {
FrameBuffer.cpp 36 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
172 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
181 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 63 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
94 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
125 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 63 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 44 case EGL_SURFACE_TYPE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 48 ATTRIBUTE( EGL_SURFACE_TYPE ),
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 33 attrib[pos++] = EGL_SURFACE_TYPE; attrib[pos++] = EGL_WINDOW_BIT;
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 155 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
224 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
323 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 45 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_PBUFFER_BIT,
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 84 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 65 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 92 X(EGL_SURFACE_TYPE),
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 34 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 100 EGL10.EGL_SURFACE_TYPE, EGL10.EGL_WINDOW_BIT,
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 110 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
app-win32.c 96 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 54 int EGL_SURFACE_TYPE = 0x3033;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 200 X(EGL_SURFACE_TYPE),
267 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 119 X(EGL_SURFACE_TYPE),
218 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 195 X(EGL_SURFACE_TYPE),
230 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/libagl/
egl.cpp 913 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT|EGL_PIXMAP_BIT },
925 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT|EGL_PIXMAP_BIT },
938 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT|EGL_PIXMAP_BIT },
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 155 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
198 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 304 X(EGL_SURFACE_TYPE),
371 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 305 X(EGL_SURFACE_TYPE),
340 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 265 EGL10.EGL_SURFACE_TYPE,
300 "EGL_SURFACE_TYPE",

Completed in 134 milliseconds

1 2 3