Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp209 << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in getCommonLayoutQualifiers()
340 out << listItemPrefix << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in writeFieldLayoutQualifier()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.cpp2042 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
2050 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
2059 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
2073 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
2193 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2198 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2208 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2213 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
H A DBaseTypes.h1605 inline const char *getImageInternalFormatString(TLayoutImageInternalFormat iifq) in getImageInternalFormatString() function