HomeSort by relevance Sort by last modified time
    Searched refs:contextSupports (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 322 if (!glu::contextSupports(glu::ContextType(apiType), aosp_mustpass_es_first_cfg[i].apiType))
375 if (!glu::contextSupports(glu::ContextType(type), runParams[i].apiType))
422 if (!glu::contextSupports(glu::ContextType(type), runParams[runNdx].apiType))
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 120 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2));
    [all...]
es31fNegativeBufferApiTests.cpp 203 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2))
312 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
430 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
    [all...]
es31fTessellationGeometryInteractionTests.cpp 59 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2));
175 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
481 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
874 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
    [all...]
es31fDrawBuffersIndexedTests.cpp 862 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
883 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
    [all...]
es31fNegativeShaderApiTests.cpp 656 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
679 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
716 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
764 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
798 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
819 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)))
    [all...]
es31fTextureFilteringTests.cpp 200 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fTextureFormatTests.cpp 314 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fTextureLevelStateQueryTests.cpp 114 return glu::contextSupports(contextType, glu::ApiType::es(3, 2));
    [all...]
es31fPrimitiveBoundingBoxTests.cpp 131 if (glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
171 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
249 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
646 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.cpp 424 !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)))
654 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 3)) &&
662 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 0)) &&
    [all...]
gl4cDirectStateAccessTexturesTests.cpp 87 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
    [all...]
gl4cDirectStateAccessQueriesTests.cpp 82 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
215 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
375 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
    [all...]
gl4cIncompleteTextureAccessTests.cpp 87 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
gl3cTextureSizePromotion.cpp 86 if (glu::contextSupports(context_type, glu::ApiType::core(3, 1)))
95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI()))
104 (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))))
    [all...]
gl4cShaderAtomicCounterOpsTests.cpp 519 m_contextSupportsGL46 = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
gl4cGetTextureSubImageTests.cpp 96 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
754 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 127 return contextSupports(type, getMinAPIForGLSLVersion(version));
gluDrawUtil.cpp 594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1)))
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 184 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
386 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
glcPolygonOffsetClampTests.cpp 90 m_extensionSupported = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.cpp 946 (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
974 DE_ASSERT(glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 1)));
983 (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
991 (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp 117 if ( context.contextSupports(vk::ApiVersion(1, 1, 0)) )
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2));
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLinking.cpp     [all...]

Completed in 1453 milliseconds

1 2 34 5 6