Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4134 …const bool validDrawType = drawColorbufferType == GL_TEXTURE_2D || drawColorbufferType == GL_TEXTU… in blitFramebuffer() local
4135 if(!validReadType || !validDrawType) in blitFramebuffer()