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

1 2

  /external/deqp/external/openglcts/modules/common/
glcConfigListEGL.cpp 40 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
41 #define EGL_OPENGL_ES3_BIT_KHR 0x0040
71 renderableMask = EGL_OPENGL_ES3_BIT_KHR;
72 conformantMask = EGL_OPENGL_ES3_BIT_KHR;
76 renderableMask = EGL_OPENGL_ES3_BIT_KHR;
77 conformantMask = EGL_OPENGL_ES3_BIT_KHR;
81 renderableMask = EGL_OPENGL_ES3_BIT_KHR;
82 conformantMask = EGL_OPENGL_ES3_BIT_KHR;
  /external/mesa3d/src/egl/main/
eglcurrent.h 45 EGL_OPENGL_ES3_BIT_KHR | \
eglcontext.c 60 bit = EGL_OPENGL_ES3_BIT_KHR;
eglsurface.c 425 EGL_OPENGL_ES3_BIT_KHR;
eglconfig.c 349 EGL_OPENGL_ES3_BIT_KHR |
  /external/deqp/modules/egl/
teglRenderCase.cpp 226 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT };
254 case EGL_OPENGL_ES3_BIT_KHR:
332 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR)
336 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
teglSurfacelessContextTests.cpp 95 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs },
teglColorClearCase.cpp 116 case EGL_OPENGL_ES3_BIT_KHR: gles2::clear(func.gl, clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
129 case EGL_OPENGL_ES3_BIT_KHR: gles2::finish(func.gl); break;
142 case EGL_OPENGL_ES3_BIT_KHR: gles2::readPixels (func.gl, dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
teglCreateContextTests.cpp 59 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, false, s_es3Attrs },
teglRenderTests.cpp 638 case EGL_OPENGL_ES3_BIT_KHR: return new GLES2Program(gl);
649 case EGL_OPENGL_ES3_BIT_KHR: drawGLES2(gl, program, drawOp); break;
660 case EGL_OPENGL_ES3_BIT_KHR: clearGLES2(gl, color, depth, stencil); break;
671 case EGL_OPENGL_ES3_BIT_KHR: readPixelsGLES2(gl, dst); break;
682 case EGL_OPENGL_ES3_BIT_KHR:
    [all...]
teglGetProcAddressTests.cpp 250 renderableType = EGL_OPENGL_ES3_BIT_KHR;
teglCreateContextExtTests.cpp 1129 { "gles_30", "Create OpenGL ES 3.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR,
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java 64 private static final int EGL_OPENGL_ES3_BIT_KHR = 0x0040;
426 if (checkES3 && ((value[0] & EGL_OPENGL_ES3_BIT_KHR) ==
427 EGL_OPENGL_ES3_BIT_KHR)) {
Egl10Utils.java 66 newConfigSpec[len] = EGLExt.EGL_OPENGL_ES3_BIT_KHR; /* EGL_OPENGL_ES3_BIT_KHR */
Egl14Utils.java 131 renderableType = EGLExt.EGL_OPENGL_ES3_BIT_KHR;
FramebufferTest.java 253 renderableType |= EGLExt.EGL_OPENGL_ES3_BIT_KHR;
  /external/deqp/framework/egl/
egluStrUtil.inl 292 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
egluGLUtil.cpp 69 case 3: return EGL_OPENGL_ES3_BIT_KHR;
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 55 private static final int EGL_OPENGL_ES3_BIT_KHR = 0x40;
313 EGL10.EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT_KHR,
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 67 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
  /external/deqp/framework/egl/wrapper/
eglwEnums.inl 21 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
eglwEnumsC.inl 21 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 444 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 435 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
  /device/generic/opengl-transport/host/libs/virglrenderer/
AVDVirglRenderer.cpp 367 EGL_CONFORMANT, EGL_OPENGL_ES_BIT | EGL_OPENGL_ES3_BIT_KHR,
    [all...]

Completed in 659 milliseconds

1 2