HomeSort by relevance Sort by last modified time
    Searched refs:isExtensionSupported (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/deqp/framework/opengl/
gluContextInfo.hpp 100 bool isExtensionSupported (const char* extName) const;
gluContextInfo.cpp 254 bool ContextInfo::isExtensionSupported (const char* name) const
gluStateReset.cpp 241 if (ctxInfo->isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
456 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo->isExtensionSupported("GL_OES_sample_shading"))
465 if (ctxInfo->isExtensionSupported("GL_KHR_debug"))
    [all...]
gluTexture.cpp 720 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
722 && info->isExtensionSupported("GL_EXT_texture_buffer")))
731 && info->isExtensionSupported("GL_EXT_texture_buffer")))
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 88 const bool textureArraySupported = m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
es31fSampleShadingTests.cpp 83 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
236 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
384 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
493 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
es31fShaderMultisampleInterpolationTests.cpp 113 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
654 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
765 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
940 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
942 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
    [all...]
es31fNegativeVertexArrayApiTests.cpp 385 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
490 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
661 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
774 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
850 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
    [all...]
es31fInternalFormatQueryTests.cpp 77 if (m_target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
81 if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
es31fShaderMultisampleInterpolationStateQueryTests.cpp 281 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
324 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
es31fTessellationGeometryInteractionTests.cpp 159 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
160 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
462 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
463 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
852 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
853 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
    [all...]
es31fAdvancedBlendTests.cpp 215 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"))
218 if (m_coherentBlending && !m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"))
es31fFboColorbufferTests.cpp 127 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"))
es31fFboTestCase.cpp 248 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
es31fDebugTests.cpp 574 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
642 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
847 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fOpaqueTypeIndexingTests.cpp 349 !m_context.getContextInfo().isExtensionSupported(extName))
687 !m_context.getContextInfo().isExtensionSupported(extName))
900 !m_context.getContextInfo().isExtensionSupported(extName))
    [all...]
es31fShaderBuiltinConstantTests.cpp 161 if (!m_requiredExt.empty() && !m_context.getContextInfo().isExtensionSupported(m_requiredExt.c_str()))
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 379 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
482 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
649 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
760 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
    [all...]
es3fFboTestCase.cpp 243 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 120 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
121 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 283 ctx.getContextInfo().isExtensionSupported("GL_NV_fbo_color_attachments"));
es2fTextureCompletenessTests.cpp 77 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension)
295 if (isExtensionSupported(m_ctxInfo, extension) && !deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y()))
460 if (isExtensionSupported(m_ctxInfo, extension))
821 if (isExtensionSupported(m_ctxInfo, extension))
    [all...]
es2fIntegerStateQueryTests.cpp     [all...]

Completed in 539 milliseconds

1 2 3