Searched defs:contextType (Results 1 - 25 of 59) sorted by relevance

123

/external/deqp/external/openglcts/modules/common/
H A DglcExtTokens.cpp30 void GLExtTokens::init(const glu::ContextType& contextType) argument
32 if (glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
H A DglcContext.cpp37 Context::Context(tcu::TestContext& testCtx, glu::ContextType contextType) argument
40 createRenderContext(contextType);
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) argument
54 glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFlags));
H A DglcParallelShaderCompileTests.cpp81 const glu::ContextType& contextType = m_context.getRenderContext().getType(); local
82 const bool isGL = glu::isContextTypeGLCore(contextType);
100 bool supportsInt64 = isGL || glu::contextSupports(contextType, glu::ApiType::es(3, 0));
171 const glu::ContextType& contextType = m_context.getRenderContext().getType(); local
172 const bool isGL = glu::isContextTypeGLCore(contextType);
234 const glu::ContextType& contextType = m_context.getRenderContext().getType(); local
235 const bool isGL = glu::isContextTypeGLCore(contextType);
320 const glu::ContextType& contextType = m_context.getRenderContext().getType(); local
321 const bool isGL = glu::isContextTypeGLCore(contextType);
H A DglcPolygonOffsetClampTests.cpp89 glu::ContextType contextType = m_context.getRenderContext().getType(); local
90 m_extensionSupported = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
H A DglcSeparableProgramsTransformFeedbackTests.cpp177 ContextType contextType = m_context.getRenderContext().getType(); local
178 GLSLVersion glslVersion = getContextTypeGLSLVersion(contextType);
188 if (isContextTypeGLCore(contextType))
H A DglcShaderConstExprTests.cpp183 glu::ContextType contextType = context.getRenderContext().getType(); local
186 shaderSpec.version = glu::getContextTypeGLSLVersion(contextType);
193 if (glu::contextSupports(contextType, glu::ApiType::core(4, 3)))
202 else if (glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
209 else if (glu::contextSupports(contextType, glu::ApiType::es(3, 1)))
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTests.cpp137 glu::ContextType contextType = m_context.getRenderContext().getType(); local
138 if (glu::isContextTypeGLCore(contextType) || glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
H A DesextcTextureCubeMapArrayETC2Support.cpp166 glu::ContextType contextType = m_context.getRenderContext().getType(); local
167 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(contextType);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSpirvExtensionsTests.cpp58 glu::ContextType contextType = m_context.getRenderContext().getType(); local
59 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
65 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
H A Dgl4cIndirectParametersTests.cpp86 glu::ContextType contextType = m_context.getRenderContext().getType(); local
87 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
250 glu::ContextType contextType = m_context.getRenderContext().getType(); local
251 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
338 glu::ContextType contextType = m_context.getRenderContext().getType(); local
339 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
519 glu::ContextType contextType = m_context.getRenderContext().getType(); local
520 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
H A Dgl4cShaderDrawParametersTests.cpp155 glu::ContextType contextType = m_context.getRenderContext().getType(); local
156 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
237 glu::ContextType contextType = m_context.getRenderContext().getType(); local
240 if (glu::contextSupports(contextType, glu::ApiType::core(4, 6)))
720 glu::ContextType contextType = m_context.getRenderContext().getType(); local
721 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
794 glu::ContextType contextType = m_context.getRenderContext().getType(); local
795 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
H A Dgl4cShaderGroupVoteTests.cpp243 glu::ContextType contextType = m_context.getRenderContext().getType(); local
244 bool contextSupportsGL46 = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
/external/skia/dm/
H A DDMGpuTestProcs.cpp49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; local
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType) {
64 contextType, GrContextFactory::ContextOverrides::kDisableNVPR);
65 if (contextTypeFilter && !(*contextTypeFilter)(contextType)) {
69 ReporterContext ctx(reporter, SkString(GrContextFactory::ContextTypeName(contextType)));
74 ctxInfo = factory.getContextInfo(contextType,
/external/skqp/dm/
H A DDMGpuTestProcs.cpp49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; local
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType) {
64 contextType, GrContextFactory::ContextOverrides::kDisableNVPR);
65 if (contextTypeFilter && !(*contextTypeFilter)(contextType)) {
69 ReporterContext ctx(reporter, SkString(GrContextFactory::ContextTypeName(contextType)));
74 ctxInfo = factory.getContextInfo(contextType,
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp145 std::ostream& operator<< (std::ostream& str, ContextType contextType) argument
147 str << contextType.getAPI();
149 if (contextType.getFlags() != ContextFlags(0))
161 ContextFlags flags = contextType.getFlags();
169 if (flags != contextType.getFlags())
180 if (flags != contextType.getFlags())
/external/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp91 SkWGLContextRequest contextType = local
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
105 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType,
/external/skqp/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp91 SkWGLContextRequest contextType = local
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
105 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType,
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferPrecision.cpp292 glu::ContextType contextType = m_context.getRenderContext().getType(); local
297 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)) ||
298 glu::contextSupports(contextType, glu::ApiType::es(3, 1)))
/external/deqp/framework/egl/
H A DegluGLUtil.cpp82 const glu::ContextType& contextType,
91 if (glu::isContextTypeES(contextType))
95 if (contextType.getMajorVersion() <= 2)
98 attribList.push_back(contextType.getMajorVersion());
106 attribList.push_back(contextType.getMajorVersion());
108 attribList.push_back(contextType.getMinorVersion());
113 DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType));
121 attribList.push_back(contextType.getMajorVersion());
123 attribList.push_back(contextType
79 createGLContext(const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu::ContextType& contextType, glu::ResetNotificationStrategy resetNotificationStrategy) argument
[all...]
/external/skia/example/
H A DSkiaSDLExample.cpp184 int contextType; local
185 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
217 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
/external/skqp/example/
H A DSkiaSDLExample.cpp184 int contextType; local
185 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
217 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
/external/deqp/modules/egl/
H A DteglThreadCleanUpTests.cpp151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) argument
155 if (contextType == CONTEXTTYPE_SINGLE)
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) argument
170 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
171 , m_contextType (contextType)
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp51 static std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contextType) argument
53 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2));
56 args["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType));
H A Des31fShaderStateQueryTests.cpp46 static inline std::string brokenShaderSource (const glu::ContextType &contextType) argument
48 const std::string glslVersionDecl = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType));
/external/guava/guava/src/com/google/common/reflect/
H A DTypeResolver.java319 Type contextType) {
321 introspector.visit(wildcardCapturer.capture(contextType));
318 getTypeMappings( Type contextType) argument

Completed in 716 milliseconds

123