Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.hpp56 sw::Format SelectInternalFormat(GLint format);
99 …: sw::Surface(parentTexture->getResource(), width, height, 1, 0, 1, gl::SelectInternalFormat(inter… in Image()
109 …arentTexture->getResource(), width, height, depth, border, 1, gl::SelectInternalFormat(internalfor… in Image()
119 …: sw::Surface(nullptr, width, height, 1, 0, 1, gl::SelectInternalFormat(internalformat), true, tru… in Image()
128 …: sw::Surface(nullptr, width, height, 1, 0, multiSampleDepth, gl::SelectInternalFormat(internalfor… in Image()
DImage.cpp309 sw::Format SelectInternalFormat(GLint format) in SelectInternalFormat() function
1101 …return sw::Surface::size(width, height, depth, border, samples, gl::SelectInternalFormat(internalf… in size()