Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h45 GLenum GetSizedInternalFormat(GLenum internalFormat, GLenum type);
DTexture.cpp714 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage()
750 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage()
1147 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage()
1316 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage()
1677 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage()
1713 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage()
DlibGLESv3.cpp680 …texture->setImage(level, width, height, depth, GetSizedInternalFormat(internalformat, type), type,… in glTexImage3D()
721 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in glTexSubImage3D()
3863 …texture->setImage(level, width, height, GetSizedInternalFormat(internalformat, type), type, contex… in glTexStorage2D()
3882 …texture->setImage(face, level, width, height, GetSizedInternalFormat(internalformat, type), type, … in glTexStorage2D()
3933 …texture->setImage(level, width, height, depth, GetSizedInternalFormat(internalformat, type), type,… in glTexStorage3D()
3958 …texture->setImage(level, width, height, depth, GetSizedInternalFormat(internalformat, type), type,… in glTexStorage3D()
Dutilities.cpp148 GLenum GetSizedInternalFormat(GLenum internalFormat, GLenum type) in GetSizedInternalFormat() function
574 …if(sizedInternalFormat != GL_NONE && sizedInternalFormat != GetSizedInternalFormat(texture->getFor… in ValidateSubImageParams()
DlibGLESv2.cpp948 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_NONE); in CompressedTexSubImage2D()
5119 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexImage2D()
5486 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexSubImage2D()
6326 …texture->setImage(level, width, height, depth, GetSizedInternalFormat(internalformat, type), type,… in TexImage3DOES()
6366 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexSubImage3DOES()