Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp728 GLenum implementationReadFormat = GL_NONE; in ValidateReadPixelsFormatType() local
733 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
737 implementationReadFormat = framebuffer->getDepthReadFormat(); in ValidateReadPixelsFormatType()
744 if(format == implementationReadFormat && coreType == implementationReadType) in ValidateReadPixelsFormatType()