Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp439 static int ComputePixelSize(GLenum format, GLenum type) in ComputePixelSize() function
547 GLsizei rawPitch = ComputePixelSize(format, type) * width; in ComputePitch()
554 …eight + storageModes.skipRows) * pitchB + storageModes.skipPixels * ComputePixelSize(format, type); in ComputePackingOffset()
1371 rect.bytes = gl::ComputePixelSize(format, type); in loadImageData()
1702 rect.bytes = gl::ComputePixelSize(format, type); in loadStencilData()