Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp758 GLenum implementationReadType = GL_NONE; in ValidateReadPixelsFormatType() local
763 implementationReadType = framebuffer->getImplementationColorReadType(); in ValidateReadPixelsFormatType()
767 implementationReadType = framebuffer->getDepthReadType(); in ValidateReadPixelsFormatType()
773 if(format == implementationReadFormat && coreType == implementationReadType) in ValidateReadPixelsFormatType()