HomeSort by relevance Sort by last modified time
    Searched defs:contextType (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayTests.cpp 137 glu::ContextType contextType = m_context.getRenderContext().getType();
138 if (glu::isContextTypeGLCore(contextType) || glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
esextcTextureCubeMapArrayETC2Support.cpp 166 glu::ContextType contextType = m_context.getRenderContext().getType();
167 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(contextType);
  /external/skia/dm/
DMGpuTestProcs.cpp 19 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType)
    [all...]
  /external/skqp/dm/
DMGpuTestProcs.cpp 19 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType)
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSpirvExtensionsTests.cpp 58 glu::ContextType contextType = m_context.getRenderContext().getType();
59 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
65 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
gl4cIndirectParametersTests.cpp 86 glu::ContextType contextType = m_context.getRenderContext().getType();
87 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
250 glu::ContextType contextType = m_context.getRenderContext().getType();
251 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
338 glu::ContextType contextType = m_context.getRenderContext().getType();
339 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
519 glu::ContextType contextType = m_context.getRenderContext().getType()
    [all...]
gl4cShaderDrawParametersTests.cpp 155 glu::ContextType contextType = m_context.getRenderContext().getType();
156 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
237 glu::ContextType contextType = m_context.getRenderContext().getType();
240 if (glu::contextSupports(contextType, glu::ApiType::core(4, 6)))
720 glu::ContextType contextType = m_context.getRenderContext().getType();
721 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
794 glu::ContextType contextType = m_context.getRenderContext().getType()
    [all...]
gl4cShaderGroupVoteTests.cpp 243 glu::ContextType contextType = m_context.getRenderContext().getType();
244 bool contextSupportsGL46 = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
gl4cShaderAtomicCounterOpsTests.cpp 518 glu::ContextType contextType = m_context.getRenderContext().getType();
519 m_contextSupportsGL46 = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
gl3cTransformFeedbackOverflowQueryTests.cpp 71 glu::ContextType contextType = m_context.getRenderContext().getType();
73 glu::contextSupports(contextType, glu::ApiType::core(4, 6)))
    [all...]
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 91 SkWGLContextRequest contextType =
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
105 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType,
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 91 SkWGLContextRequest contextType =
100 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, contextType, winShareContext);
105 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType,
  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.cpp 81 const glu::ContextType& contextType = m_context.getRenderContext().getType();
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();
172 const bool isGL = glu::isContextTypeGLCore(contextType);
234 const glu::ContextType& contextType = m_context.getRenderContext().getType();
235 const bool isGL = glu::isContextTypeGLCore(contextType);
    [all...]
glcPolygonOffsetClampTests.cpp 89 glu::ContextType contextType = m_context.getRenderContext().getType();
90 m_extensionSupported = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
glcSeparableProgramsTransformFeedbackTests.cpp 177 ContextType contextType = m_context.getRenderContext().getType();
178 GLSLVersion glslVersion = getContextTypeGLSLVersion(contextType);
188 if (isContextTypeGLCore(contextType))
glcShaderConstExprTests.cpp 183 glu::ContextType contextType = context.getRenderContext().getType();
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)))
glcTextureFilterAnisotropicTests.cpp 183 glu::ContextType contextType = m_context.getRenderContext().getType();
184 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
385 glu::ContextType contextType = m_context.getRenderContext().getType();
386 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferPrecision.cpp 292 glu::ContextType contextType = m_context.getRenderContext().getType();
297 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)) ||
298 glu::contextSupports(contextType, glu::ApiType::es(3, 1)))
  /external/skia/example/
SkiaSDLExample.cpp 184 int contextType;
185 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
217 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
  /external/skqp/example/
SkiaSDLExample.cpp 184 int contextType;
185 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
217 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 185 sk_gpu_test::GrContextFactory::ContextType contextType =
186 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
189 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType ||
190 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) {
191 if (contextType != kNativeGLType) {
197 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
198 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) {
202 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 216 SkCommandLineConfigGpu::ContextType* outContextType) {
397 SkCommandLineConfigGpu::ContextType* outContextType,
429 const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, bool useNVPR,
433 , fContextType(contextType)
468 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType;
485 extendedOptions.get_option_gpu_api("api", &contextType, false) &&
497 return new SkCommandLineConfigGpu(tag, vias, contextType, useNVPR, useDIText,
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 185 sk_gpu_test::GrContextFactory::ContextType contextType =
186 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
189 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType ||
190 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) {
191 if (contextType != kNativeGLType) {
197 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
198 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) {
202 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
  /external/skqp/tools/flags/
SkCommonFlagsConfig.cpp 190 const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType, bool useNVPR,
194 , fContextType(contextType)
248 SkCommandLineConfigGpu::ContextType* outContextType) {
388 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType;
416 valueOk = parse_option_gpu_api(value, &contextType);
444 return new SkCommandLineConfigGpu(tag, vias, contextType, useNVPR, useDIText,
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 208 glu::ContextType getType (void) const { return m_contextType; }
215 const glu::ContextType m_contextType;
259 const glu::ContextType& contextType = config.type;
277 switch(contextType.getMajorVersion())
349 context_attribs.push_back(contextType.getMajorVersion());
351 context_attribs.push_back(contextType.getMinorVersion());
353 switch (contextType.getProfile())
372 if ((contextType.getFlags() & glu::CONTEXT_DEBUG) != 0)
375 if ((contextType.getFlags() & glu::CONTEXT_ROBUST) != 0
    [all...]

Completed in 1220 milliseconds

1 2 3 4