Searched refs:ComputePixelSize (Results 1 – 1 of 1) sorted by relevance
439 static int ComputePixelSize(GLenum format, GLenum type) in ComputePixelSize() function547 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()