Home
last modified time | relevance | path

Searched refs:CAPABILITY_FULL_GLSL_ES_100_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderLibrary.hpp99 CAPABILITY_FULL_GLSL_ES_100_SUPPORT, enumerator
DgluShaderLibrary.cpp108 if (isCapabilityRequired(CAPABILITY_FULL_GLSL_ES_100_SUPPORT, spec)) in isValid()
1193 requiredCaps.push_back(RequiredCapability(CAPABILITY_FULL_GLSL_ES_100_SUPPORT)); in parseRequirement()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp1107 if (isCapabilityRequired(CAPABILITY_FULL_GLSL_ES_100_SUPPORT, m_spec)) in execute()