Home
last modified time | relevance | path

Searched refs:SelectInternalFormat (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.hpp45 sw::Format SelectInternalFormat(GLenum format, GLenum type);
55 …: sw::Surface(parentTexture->getResource(), width, height, 1, SelectInternalFormat(format, type), … in Image()
56 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image()
66 …: sw::Surface(parentTexture->getResource(), width, height, depth, SelectInternalFormat(format, typ… in Image()
67 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image()
77 : sw::Surface(nullptr, width, height, 1, SelectInternalFormat(format, type), true, true, pitchP), in Image()
78 …width(width), height(height), format(format), type(type), internalFormat(SelectInternalFormat(form… in Image()
DImage.cpp549 sw::Format SelectInternalFormat(GLenum format, GLenum type) in SelectInternalFormat() function
1292 sw::Format selectedInternalFormat = SelectInternalFormat(format, type); in loadImageData()