Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/glsl/
DOutputGLSLBase.cpp208 << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in getCommonLayoutQualifiers()
338 out << listItemPrefix << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in writeFieldLayoutQualifier()
/external/angle/src/compiler/translator/
DParseContext.cpp1941 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
1949 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
1958 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
1972 getImageInternalFormatString(layoutQualifier.imageInternalFormat)); in nonEmptyDeclarationErrorCheck()
2092 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2097 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2107 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
2112 getImageInternalFormatString(internalFormat)); in checkInternalFormatIsNotSpecified()
DBaseTypes.h1751 inline const char *getImageInternalFormatString(TLayoutImageInternalFormat iifq) in getImageInternalFormatString() function