Searched refs:ConvertFormatType (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 43 sw::Format ConvertFormatType(GLenum format, GLenum type);
|
D | Image.cpp | 423 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/ |
D | Context.cpp | 3288 …sw::Surface externalSurface(width, height, 1, egl::ConvertFormatType(format, type), pixels, output… in readPixels()
|