Searched refs:SelectInternalFormat (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 44 sw::Format SelectInternalFormat(GLenum format, GLenum type); 54 …: sw::Surface(parentTexture->getResource(), width, height, 1, SelectInternalFormat(format, type), … in Image() 55 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image() 65 …: sw::Surface(parentTexture->getResource(), width, height, depth, SelectInternalFormat(format, typ… in Image() 66 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image() 76 : sw::Surface(nullptr, width, height, 1, SelectInternalFormat(format, type), true, true, pitchP), in Image() 77 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image()
|
D | Image.cpp | 549 sw::Format SelectInternalFormat(GLenum format, GLenum type) in SelectInternalFormat() function 1229 sw::Format selectedInternalFormat = SelectInternalFormat(format, type); in loadImageData()
|