Searched refs:EGL_OPENGL_ES3_BIT_KHR (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp40 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
41 #define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
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/
H A Deglcurrent.h45 EGL_OPENGL_ES3_BIT_KHR | \
H A Deglcontext.c60 bit = EGL_OPENGL_ES3_BIT_KHR;
H A Deglsurface.c433 EGL_OPENGL_ES3_BIT_KHR;
H A Deglconfig.c339 EGL_OPENGL_ES3_BIT_KHR |
H A Deglapi.c532 dpy->ClientAPIs & EGL_OPENGL_ES3_BIT_KHR) {
/external/deqp/modules/egl/
H A DteglRenderCase.cpp221 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT };
249 case EGL_OPENGL_ES3_BIT_KHR:
327 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR)
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
H A DteglGetProcAddressTests.cpp81 case EGL_OPENGL_ES3_BIT_KHR: return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES30), s_GLES30);
310 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles3", "Test OpenGL ES 3 core functions", EGL_OPENGL_ES3_BIT_KHR));
H A DteglSurfacelessContextTests.cpp95 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs },
H A DteglColorClearCase.cpp116 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;
H A DteglCreateContextTests.cpp60 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, false, s_es3Attrs },
H A DteglRenderTests.cpp632 case EGL_OPENGL_ES3_BIT_KHR: return new GLES2Program(gl);
643 case EGL_OPENGL_ES3_BIT_KHR: drawGLES2(gl, program, drawOp); break;
654 case EGL_OPENGL_ES3_BIT_KHR: clearGLES2(gl, color, depth, stencil); break;
665 case EGL_OPENGL_ES3_BIT_KHR: readPixelsGLES2(gl, dst); break;
676 case EGL_OPENGL_ES3_BIT_KHR:
H A DteglCreateContextExtTests.cpp1129 { "gles_30", "Create OpenGL ES 3.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR,
1184 { "robust_gles_3_ext", "Create robust OpenGL ES 3.0 context with EGL_EXT_create_context_robustness.", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR,
/external/deqp/framework/egl/
H A DegluStrUtil.inl292 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
H A DegluGLUtil.cpp69 case 3: return EGL_OPENGL_ES3_BIT_KHR;
/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp67 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/deqp/framework/egl/wrapper/
H A DeglwEnums.inl21 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
H A DeglwEnumsC.inl21 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Deglext.h435 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/mesa3d/include/EGL/
H A Deglext.h94 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/swiftshader/include/EGL/
H A Deglext.h101 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c637 disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5186 milliseconds

12