Home
last modified time | relevance | path

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

/third_party/EGL/api/
Dregistry.rnc189 ProfileName ? ,
194 ProfileName ? ,
221 ProfileName ? ,
227 ProfileName ? ,
267 ProfileName = attribute profile { text }
/third_party/openGLES/xml/
Dregistry.rnc194 ProfileName ? ,
199 ProfileName ? ,
226 ProfileName ? ,
232 ProfileName ? ,
272 ProfileName = attribute profile { text }
/third_party/skia/third_party/externals/opengl-registry/xml/
Dregistry.rnc200 ProfileName ? ,
205 ProfileName ? ,
232 ProfileName ? ,
238 ProfileName ? ,
278 ProfileName = attribute profile { text }
/third_party/skia/third_party/externals/egl-registry/api/
Dregistry.rnc207 ProfileName ? ,
212 ProfileName ? ,
239 ProfileName ? ,
245 ProfileName ? ,
285 ProfileName = attribute profile { text }
/third_party/glslang/glslang/MachineIndependent/
DVersions.h70 inline const char* ProfileName(EProfile profile) in ProfileName() function
DparseVersions.h78 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
DVersions.cpp646 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
729 … snprintf(buf, maxSize, "%s profile; removed in version %d", ProfileName(profile), removedVersion); in requireNotRemoved()
DShaderLang.cpp885 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred()
887 << version << ", " << ProfileName(profile) << ")\n"; in ProcessDeferred()