Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES.cpp528 GLenum readInternalFormat = readColorBuffer->getActualFormat(); in ValidateBlitFramebufferParameters() local
529 const InternalFormat &readFormatInfo = GetInternalFormatInfo(readInternalFormat); in ValidateBlitFramebufferParameters()
561 …if (readColorBuffer->getSamples() > 0 && (readInternalFormat != drawInternalFormat || !sameBounds)) in ValidateBlitFramebufferParameters()