Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1223 Optional<unsigned int> colorbufferSize; in checkStatusWithGLFrontEnd() local
1265 if (colorbufferSize.valid()) in checkStatusWithGLFrontEnd()
1267 if (format.pixelBytes != colorbufferSize.value()) in checkStatusWithGLFrontEnd()
1276 colorbufferSize = format.pixelBytes; in checkStatusWithGLFrontEnd()