Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp802 GLenum implementationReadFormat = GL_NONE; in ValidateReadPixelsFormatType() local
807 implementationReadFormat = framebuffer->getImplementationColorReadFormat(); in ValidateReadPixelsFormatType()
811 implementationReadFormat = framebuffer->getDepthReadFormat(); in ValidateReadPixelsFormatType()
818 if(format == implementationReadFormat && coreType == implementationReadType) in ValidateReadPixelsFormatType()