Home
last modified time | relevance | path

Searched defs:formatType (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.cpp1245 bool InternalFormat::computeRowPitch(GLenum formatType, in computeRowPitch()
1291 bool InternalFormat::computeDepthPitch(GLenum formatType, in computeDepthPitch()
1359 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes()
1382 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp196 gl::FormatType formatType(format, type); in readPixelsImpl() local