HomeSort by relevance Sort by last modified time
    Searched refs:EGL_OPENGL_ES2_BIT (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 68 private static final int EGL_OPENGL_ES2_BIT = 0x0004;
255 * the EGL_OPENGL_ES2_BIT to determine whether the device supports 2.0.
270 if ((value[0] & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT) {
    [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp     [all...]
teglMemoryStressTests.cpp 352 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
teglChooseConfigTests.cpp 236 //{ EGL_CONFORMANT, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT },
237 //{ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT | EGL_OPENGL_ES_BIT | EGL_OPENGL_ES2_BIT | EGL_OPENVG_BIT },
352 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0;
teglMakeCurrentPerfTests.cpp 185 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
teglPreservingSwapTests.cpp 350 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
teglQueryContextTests.cpp 204 { "OpenGL ES 2", EGL_OPENGL_ES_API, EGL_OPENGL_ES2_BIT, es2Attrs, 2 },
teglResizeTests.cpp 129 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
teglQuerySurfaceTests.cpp 477 if (info.renderableType & EGL_OPENGL_ES_BIT || info.renderableType & EGL_OPENGL_ES2_BIT)
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 254 int renderableType = EGL14.EGL_OPENGL_ES2_BIT;
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 214 #define EGL_OPENGL_ES2_BIT 0x0004
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 211 EGL14.EGL_RENDERABLE_TYPE, EGL14.EGL_OPENGL_ES2_BIT,
  /frameworks/native/cmds/flatland/
GLHelper.cpp 60 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 372 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 341 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 169 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
429 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 333 EGL_OPENGL_ES2_BIT |
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 560 dpy->ClientAPIs |= EGL_OPENGL_ES2_BIT;
  /external/mesa3d/src/egl/main/
eglconfig.c 333 EGL_OPENGL_ES2_BIT |
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 560 dpy->ClientAPIs |= EGL_OPENGL_ES2_BIT;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 426 EGL14.EGL_RENDERABLE_TYPE, EGL14.EGL_OPENGL_ES2_BIT,
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 518 EGL14.EGL_OPENGL_ES2_BIT,
  /frameworks/rs/driver/
rsdGL.cpp 189 configAttribsPtr[1] = EGL_OPENGL_ES2_BIT;
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 220 requiredRenderable = EGL_OPENGL_ES2_BIT;
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]

Completed in 1892 milliseconds

1 2 3 4 56 7