Searched defs:sizedInternalFormat (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 701 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage() local 737 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage() local 1130 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage() local 1299 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage() local 1617 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in setCompressedImage() local 1653 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_UNSIGNED_BYTE); in copyImage() local
|
D | utilities.cpp | 528 …ght, GLint xoffset, GLint yoffset, GLenum target, GLint level, GLenum sizedInternalFormat, Texture… in ValidateSubImageParams() 563 …set, GLint yoffset, GLint zoffset, GLenum target, GLint level, GLenum sizedInternalFormat, Texture… in ValidateSubImageParams()
|
D | libGLESv2.cpp | 948 GLenum sizedInternalFormat = GetSizedInternalFormat(format, GL_NONE); in CompressedTexSubImage2D() local 5098 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexImage2D() local 5465 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexSubImage2D() local 6351 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in TexSubImage3DOES() local
|
D | libGLESv3.cpp | 721 GLenum sizedInternalFormat = GetSizedInternalFormat(format, type); in glTexSubImage3D() local
|