HomeSort by relevance Sort by last modified time
    Searched defs:isExtensionSupported (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluContextInfo.cpp 254 bool ContextInfo::isExtensionSupported (const char* name) const
  /external/deqp/modules/gles2/functional/
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...]
es2fFboRenderTest.cpp 379 static bool isExtensionSupported (sglr::Context& context, const char* name)
401 if (!isExtensionSupported(context, "GL_EXT_color_buffer_half_float"))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 191 static bool isExtensionSupported (sglr::Context& context, const char* name)
214 if (isExtensionSupported(context, extension.c_str()))
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 52 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension)
72 if (!isExtensionSupported(renderCtx, extension))
    [all...]

Completed in 237 milliseconds