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

1 2 3

  /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 16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
19 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
44 if (contextType == GrContextFactory::kGL_ContextType ||
45 contextType == GrContextFactory::kGLES_ContextType)
    [all...]
  /external/skqp/dm/
DMGpuTestProcs.cpp 16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
19 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
44 if (contextType == GrContextFactory::kGL_ContextType ||
45 contextType == GrContextFactory::kGLES_ContextType)
    [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)) &&
340 glu::ContextType contextType = m_context.getRenderContext().getType();
341 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
521 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...]
gl4cShaderAtomicCounterOpsTests.cpp 518 glu::ContextType contextType = m_context.getRenderContext().getType();
519 m_contextSupportsGL46 = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
  /external/deqp/external/openglcts/modules/common/
glcShaderMacroTests.cpp 109 glu::ContextType contextType = m_context.getRenderContext().getType();
112 shaderSpec.version = glu::getContextTypeGLSLVersion(contextType);
120 if (glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
127 else if (glu::contextSupports(contextType, glu::ApiType::es(3, 1)))
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));
glcAggressiveShaderOptimizationsTests.cpp 83 glu::ContextType contextType = m_context.getRenderContext().getType();
84 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(contextType);
90 if (glu::contextSupports(contextType, glu::ApiType::es(3, 0)) || glu::isContextTypeGLCore(contextType))
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)))
glcShaderGroupVoteTests.cpp 233 glu::ContextType contextType = m_context.getRenderContext().getType();
240 if (glu::contextSupports(contextType, glu::ApiType::core(4, 6)))
247 bool isCoreGL = glu::isContextTypeGLCore(contextType);
  /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 185 int contextType;
186 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
219 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
  /external/skqp/example/
SkiaSDLExample.cpp 185 int contextType;
186 SDL_GL_GetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, &contextType);
219 if (SDL_GL_CONTEXT_PROFILE_ES == contextType) {
  /external/skia/tests/
PromiseImageTest.cpp 362 auto contextType = static_cast<sk_gpu_test::GrContextFactory::ContextType>(type);
365 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType);
372 auto ctx = factory.get(contextType);
SurfaceSemaphoreTest.cpp 180 sk_gpu_test::GrContextFactory::ContextType contextType =
181 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
184 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType ||
185 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) {
186 if (contextType != kNativeGLType) {
192 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
193 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) {
197 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
VkDrawableTest.cpp 271 sk_gpu_test::GrContextFactory::ContextType contextType =
272 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
273 if (contextType != sk_gpu_test::GrContextFactory::kVulkan_ContextType) {
278 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
280 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
  /external/skia/tools/flags/
SkCommonFlagsConfig.cpp 229 SkCommandLineConfigGpu::ContextType* outContextType) {
389 SkCommandLineConfigGpu::ContextType* outContextType,
429 const SkString& tag, const SkTArray<SkString>& viaParts, ContextType contextType,
434 , fContextType(contextType)
460 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType;
479 extendedOptions.get_option_gpu_api("api", &contextType, false) &&
494 return new SkCommandLineConfigGpu(tag, vias, contextType, useNVPR, useDIText, samples,
  /external/skqp/tests/
PromiseImageTest.cpp     [all...]
SurfaceSemaphoreTest.cpp 180 sk_gpu_test::GrContextFactory::ContextType contextType =
181 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
184 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType ||
185 contextType == sk_gpu_test::GrContextFactory::kGLES_ContextType) {
186 if (contextType != kNativeGLType) {
192 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
193 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) {
197 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
VkDrawableTest.cpp 271 sk_gpu_test::GrContextFactory::ContextType contextType =
272 (sk_gpu_test::GrContextFactory::ContextType) typeInt;
273 if (contextType != sk_gpu_test::GrContextFactory::kVulkan_ContextType) {
278 contextType, sk_gpu_test::GrContextFactory::ContextOverrides::kDisableNVPR);
280 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));

Completed in 9607 milliseconds

1 2 3