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

1 2 3 4 5 6 7

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 28 EGL_SURFACE_TYPE, // must be fourth - see getSurfaceType()
103 EGL_SURFACE_TYPE, &surfaceType);
177 if (attrib_p[0] == EGL_SURFACE_TYPE) {
188 *(attrib_p++) = EGL_SURFACE_TYPE;
248 if (s_configAttribs[i] == EGL_SURFACE_TYPE) {
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 62 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
93 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
132 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 44 case EGL_SURFACE_TYPE:
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 108 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
121 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
  /external/deqp/framework/egl/
egluConfigInfo.cpp 60 case EGL_SURFACE_TYPE: return surfaceType;
97 eglGetConfigAttrib(display, config, EGL_SURFACE_TYPE, &dst->surfaceType);
egluConfigFilter.hpp 96 typedef FilterTemplate<EGL_SURFACE_TYPE> ConfigSurfaceType;
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 119 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
129 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 131 case EGL_SURFACE_TYPE:
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 68 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 65 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /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;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 180 EGL_SURFACE_TYPE
235 { EGL_SURFACE_TYPE, EGL_WINDOW_BIT }
238 //{ EGL_SURFACE_TYPE, EGL_WINDOW_BIT
400 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
487 { EGL_SURFACE_TYPE, "surface_type" },
548 EGL_SURFACE_TYPE
585 EGL_SURFACE_TYPE,
teglApiCase.cpp 135 EGL_SURFACE_TYPE, EGL_DONT_CARE,
  /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,
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 96 EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 115 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 106 EGL_SURFACE_TYPE, EGL_PBUFFER_BIT,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 54 EGL_SURFACE_TYPE, EGL_PBUFFER_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,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 72 public static final int EGL_SURFACE_TYPE = 0x3033;

Completed in 906 milliseconds

1 2 3 4 5 6 7