Home
last modified time | relevance | path

Searched refs:IsES3Compatible (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluContextInfo.cpp65 bool IsES3Compatible(const glw::Functions& gl) in IsES3Compatible() function
263 return IsES3Compatible(m_context.getFunctions()); in isES3Compatible()
DgluContextInfo.hpp73 bool IsES3Compatible(const glw::Functions& gl);
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp579 samplerLinearMipmap.seamlessCubeMap = glu::IsES3Compatible(gl); in init()
Des2fVertexTextureTests.cpp764 m_isES3Capable = glu::IsES3Compatible(m_context.getRenderContext().getFunctions()); in init()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp948 if(isCapabilityRequired(CAPABILITY_ONLY_GLSL_ES_100_SUPPORT, m_spec) && glu::IsES3Compatible(gl)) in execute()
/external/deqp/modules/egl/
DteglWideColorTests.cpp1203 if (glu::IsES3Compatible(m_gl)) in doClearTest()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp816 if (glu::IsES3Compatible(gl)) in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp254 if (glu::IsES3Compatible(gl) && isES2Context(contextType)) in ReferenceContextLimits()