Home
last modified time | relevance | path

Searched refs:IsUnsizedInternalFormat (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.hpp57 bool IsUnsizedInternalFormat(GLint internalformat);
DImage.cpp34 bool IsUnsizedInternalFormat(GLint internalformat) in IsUnsizedInternalFormat() function
146 if(!IsUnsizedInternalFormat(internalformat)) in GetSizedInternalFormat()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp546 ASSERT(!gl::IsUnsizedInternalFormat(textureFormat)); in ValidateCopyFormats()
547 ASSERT(!gl::IsUnsizedInternalFormat(colorbufferFormat)); in ValidateCopyFormats()
943 if(gl::IsUnsizedInternalFormat(internalformat)) in ValidateTextureFormatType()
DlibGLESv2.cpp939 if(gl::IsUnsizedInternalFormat(internalformat)) in CopyTexImage2D()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp175 if(gl::IsUnsizedInternalFormat(internalformat)) in ValidateTextureFormatType()