Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h48 bool IsSizedInternalFormat(GLint internalformat); // Not compressed.
Dutilities.cpp351 bool IsSizedInternalFormat(GLint internalformat) in IsSizedInternalFormat() function
879 if(!IsSizedInternalFormat(internalformat)) in ValidateTextureFormatType()
DlibGLESv3.cpp3635 if(!IsSizedInternalFormat(internalformat) && !isCompressed) in TexStorage2D()
3717 if(!IsSizedInternalFormat(internalformat) && !IsCompressed(internalformat)) in TexStorage3D()