/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 79 …(const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu::ContextType& contextType) in createGLContext() argument 86 if (glu::isContextTypeES(contextType)) in createGLContext() 90 if (contextType.getMajorVersion() <= 2) in createGLContext() 93 attribList.push_back(contextType.getMajorVersion()); in createGLContext() 101 attribList.push_back(contextType.getMajorVersion()); in createGLContext() 103 attribList.push_back(contextType.getMinorVersion()); in createGLContext() 108 …DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType)); in createGLContext() 116 attribList.push_back(contextType.getMajorVersion()); in createGLContext() 118 attribList.push_back(contextType.getMinorVersion()); in createGLContext() 120 …attribList.push_back(glu::isContextTypeGLCore(contextType) ? EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_K… in createGLContext() [all …]
|
D | egluGLUtil.hpp | 42 …brary& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.cpp | 145 std::ostream& operator<< (std::ostream& str, ContextType contextType) in operator <<() argument 147 str << contextType.getAPI(); in operator <<() 149 if (contextType.getFlags() != ContextFlags(0)) in operator <<() 161 ContextFlags flags = contextType.getFlags(); in operator <<() 169 if (flags != contextType.getFlags()) in operator <<() 180 if (flags != contextType.getFlags()) in operator <<()
|
D | gluStrUtil.hpp | 95 std::ostream& operator<< (std::ostream& str, ContextType contextType);
|
/external/deqp/modules/egl/ |
D | teglThreadCleanUpTests.cpp | 149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName() argument 153 if (contextType == CONTEXTTYPE_SINGLE) in testCaseName() 167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest() argument 168 …: TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context c… in ThreadCleanUpTest() 169 , m_contextType (contextType) in ThreadCleanUpTest()
|
D | teglImageTests.cpp | 367 const ContextType contextType (ApiType::es(2, 0)); in iterate() local 368 Context context (m_eglTestCtx, dpy, contextType, 64, 64); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 118 …std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader() argument 120 const bool isES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() 122 …L_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType)); in specializeShader() 200 …VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, … 208 …std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType i… 211 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShader… in VertexExpanderShader() argument 218 << sglr::pdec::VertexSource(specializeShader(s_commonShaderSourceVertex, contextType)) in VertexExpanderShader() 219 << sglr::pdec::FragmentSource(specializeShader(s_commonShaderSourceFragment, contextType)) in VertexExpanderShader() 221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType).c_str())) in VertexExpanderShader() 282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::Geome… in genGeometrySource() argument [all …]
|
D | es31fShaderStateQueryTests.cpp | 46 static inline std::string brokenShaderSource (const glu::ContextType &contextType) in brokenShaderSource() argument 48 …ring glslVersionDecl = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType)); in brokenShaderSource()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 51 … std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader() argument 53 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() 56 …VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType)); in specializeShader()
|
D | es31fTessellationGeometryInteractionTests.cpp | 57 …std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader() argument 59 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() 62 …["VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType)); in specializeShader()
|
D | es31fTextureLevelStateQueryTests.cpp | 100 static bool isCoreTextureTarget (glw::GLenum target, const glu::ContextType& contextType) in isCoreTextureTarget() argument 114 return glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in isCoreTextureTarget()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context() argument 343 if (kGLES_SkWGLContextRequest == contextType) { in create_gl_context() 360 if (kGLPreferCoreProfile_SkWGLContextRequest == contextType && in create_gl_context() 408 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext() argument 430 return create_gl_context(dc, extensions, contextType, shareContext); in SkCreateWGLContext() 434 SkWGLContextRequest contextType, in Create() argument 452 HGLRC glrc = create_gl_context(dc, extensions, contextType, shareContext); in Create()
|
D | SkWGL.h | 147 SkWGLContextRequest contextType, HGLRC shareContext);
|
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 182 const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, bool useNVPR, in SkCommandLineConfigGpu() argument 186 , fContextType(contextType) in SkCommandLineConfigGpu() 361 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu() local 386 valueOk = parse_option_gpu_api(value, &contextType); in parse_command_line_config_gpu() 411 return new SkCommandLineConfigGpu(tag, vias, contextType, useNVPR, useInstanced, useDIText, in parse_command_line_config_gpu()
|
D | SkCommonFlagsConfig.h | 57 ContextType contextType, bool useNVPR, bool useInstanced, bool useDIText,
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 550 static bool isCoreTextureTarget (const glu::ContextType& contextType, glw::GLenum target) in isCoreTextureTarget() argument 552 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureTarget() 554 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget() 556 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget() 565 static bool isCoreTextureParam (const glu::ContextType& contextType, glw::GLenum pname) in isCoreTextureParam() argument 567 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureParam() 569 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam() 571 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam() 580 static bool isCoreQuery (const glu::ContextType& contextType, QueryType query) in isCoreQuery() argument 582 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreQuery() [all …]
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 84 SkWGLContextRequest contextType = in WinGLTestContext() local 93 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, 0, contextType, winShareContext); in WinGLTestContext() 98 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType, in WinGLTestContext()
|
/external/skia/dm/ |
D | DM.cpp | 851 GrContextFactory::ContextType contextType = gpuConfig->getContextType(); in create_sink() local 854 if (!testFactory.get(contextType, contextOverrides)) { in create_sink() 859 return new GPUSink(contextType, contextOverrides, gpuConfig->getSamples(), in create_sink() 1448 const char* ContextTypeName(GrContextFactory::ContextType contextType) { in ContextTypeName() argument 1449 switch (contextType) { in ContextTypeName() 1496 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts() local 1499 if (contextType == GrContextFactory::kGL_ContextType || in RunWithGPUTestContexts() 1500 contextType == GrContextFactory::kGLES_ContextType) { in RunWithGPUTestContexts() 1501 if (contextType != kNativeGLType) { in RunWithGPUTestContexts() 1505 ContextInfo ctxInfo = factory->getContextInfo(contextType, in RunWithGPUTestContexts() [all …]
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 115 const ContextType& contextType); 298 const ContextType& contextType) in createContext() argument 301 const ApiType apiType = contextType.getAPI(); in createContext()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeResolver.java | 319 Type contextType) { in getTypeMappings() argument 321 introspector.visit(wildcardCapturer.capture(contextType)); in getTypeMappings()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 558 : contextType (glu::ApiType::es(3,0)) in ReferenceContextLimits() 573 glu::ContextType contextType; member
|
D | sglrReferenceContext.cpp | 239 : contextType (renderCtx.getType()) in ReferenceContextLimits() 256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType)) in ReferenceContextLimits() 277 if (contextSupports(contextType, glu::ApiType::es(3,1))) in ReferenceContextLimits() 313 : Context (limits.contextType) in ReferenceContext() 604 …RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_EN… in bindTexture() 1042 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType)) in texImage3D() 1300 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType)) in texSubImage3D()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.text_3.5.400.v20150505-1044.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.text_3.5.0.v20100601-1300.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |