Home
last modified time | relevance | path

Searched refs:ConvertFormatType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.hpp43 sw::Format ConvertFormatType(GLenum format, GLenum type);
DImage.cpp423 sw::Format ConvertFormatType(GLenum format, GLenum type) in ConvertFormatType() function
1619 …sw::Surface source(width, height, depth, ConvertFormatType(format, type), const_cast<void*>(input)… in loadImageData()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3288 …sw::Surface externalSurface(width, height, 1, egl::ConvertFormatType(format, type), pixels, output… in readPixels()