Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp1215 Optional<unsigned int> colorbufferSize; in checkStatusWithGLFrontEnd() local
1257 if (colorbufferSize.valid()) in checkStatusWithGLFrontEnd()
1259 if (format.pixelBytes != colorbufferSize.value()) in checkStatusWithGLFrontEnd()
1268 colorbufferSize = format.pixelBytes; in checkStatusWithGLFrontEnd()