Searched refs:ProfileName (Results 1 – 8 of 8) sorted by relevance
/third_party/EGL/api/ |
D | registry.rnc | 189 ProfileName ? , 194 ProfileName ? , 221 ProfileName ? , 227 ProfileName ? , 267 ProfileName = attribute profile { text }
|
/third_party/openGLES/xml/ |
D | registry.rnc | 194 ProfileName ? , 199 ProfileName ? , 226 ProfileName ? , 232 ProfileName ? , 272 ProfileName = attribute profile { text }
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | registry.rnc | 200 ProfileName ? , 205 ProfileName ? , 232 ProfileName ? , 238 ProfileName ? , 278 ProfileName = attribute profile { text }
|
/third_party/skia/third_party/externals/egl-registry/api/ |
D | registry.rnc | 207 ProfileName ? , 212 ProfileName ? , 239 ProfileName ? , 245 ProfileName ? , 285 ProfileName = attribute profile { text }
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 70 inline const char* ProfileName(EProfile profile) in ProfileName() function
|
D | parseVersions.h | 78 error(loc, "not supported with this profile:", featureDesc, ProfileName(profile)); in requireProfile()
|
D | Versions.cpp | 646 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()
|
D | ShaderLang.cpp | 885 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred() 887 << version << ", " << ProfileName(profile) << ")\n"; in ProcessDeferred()
|