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

/external/deqp/modules/egl/
H A DteglColorClearTests.cpp29 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
30 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
85 { "gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT_KHR, 1 },
93 { "gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT_KHR, 3 },
96 { "gles1_gles2_gles3", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT_KHR, 1 },
99 { "gles3_vg", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES3_BIT_KHR|EGL_OPENVG_BIT, 1 },
H A DteglCreateContextTests.cpp31 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
32 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
85 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs },
H A DteglSurfacelessContextTests.cpp35 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
36 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
92 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs },
H A DteglGetProcAddressTests.cpp35 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
36 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
84 case EGL_OPENGL_ES3_BIT_KHR: return makeStringVector(getGles3FunctionStrs());
311 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles3", "Test OpenGL ES 3 core functions", EGL_OPENGL_ES3_BIT_KHR));
H A DteglRenderCase.cpp47 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
48 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
119 apiMask |= EGL_OPENGL_ES3_BIT_KHR;
229 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT };
257 case EGL_OPENGL_ES3_BIT_KHR:
322 if (m_apiMask & EGL_OPENGL_ES3_BIT_KHR)
325 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
H A DteglColorClearCase.cpp43 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
44 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
115 case EGL_OPENGL_ES3_BIT_KHR: gles2::clear(clear.x, clear.y, clear.width, clear.height, clear.color.toVec()); break;
128 case EGL_OPENGL_ES3_BIT_KHR: gles2::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
H A DteglRenderTests.cpp46 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
47 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
619 case EGL_OPENGL_ES3_BIT_KHR: return new GLES2Program();
632 case EGL_OPENGL_ES3_BIT_KHR: drawGLES2(program, drawOp); break;
645 case EGL_OPENGL_ES3_BIT_KHR: clearGLES2(color, depth, stencil); break;
658 case EGL_OPENGL_ES3_BIT_KHR: readPixelsGLES2(dst); break;
1048 { "gles3", "Primitive rendering using GLES3", EGL_OPENGL_ES3_BIT_KHR, 1 },
1056 { "gles3", "Primitive rendering using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT_KHR, 3 },
1059 // { "gles1_gles2_gles3", "Primitive rendering using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT_KHR, 1 },
1060 { "gles2_gles3", "Primitive rendering using multiple APIs to shared surface", EGL_OPENGL_ES2_BIT|EGL_OPENGL_ES3_BIT_KHR,
[all...]
H A DteglQueryContextTests.cpp44 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
45 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
205 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs, 3 },
H A DteglCreateContextExtTests.cpp68 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
1227 { "gles_30", "Create OpenGL ES 3.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR,
1229 { "robust_gles_30", "Create OpenGL ES 3.0 context", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR,
1284 { "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,
H A DteglQueryConfigTests.cpp36 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
37 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
/external/deqp/framework/egl/
H A DegluStrUtil.cpp29 #if !defined(EGL_OPENGL_ES3_BIT_KHR)
30 # define EGL_OPENGL_ES3_BIT_KHR 0x0040 macro
H A DegluStrUtil.inl252 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
H A DegluGLContextFactory.cpp67 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
222 requiredRenderable = EGL_OPENGL_ES3_BIT_KHR;
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp135 mRenderableType |= EGL_OPENGL_ES3_BIT_KHR;
136 mConformant |= EGL_OPENGL_ES3_BIT_KHR;
/external/chromium_org/third_party/khronos/EGL/
H A Deglext.h440 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/chromium_org/third_party/angle/include/EGL/
H A Deglext.h94 #define EGL_OPENGL_ES3_BIT_KHR 0x00000040 macro
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1979 milliseconds