Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp1533 bool drawFixedPoint = (drawComponentType == GL_UNSIGNED_NORMALIZED || in ValidateBlitFramebufferParameters() local
1539 bool drawFixedOrFloat = (drawFixedPoint || drawComponentType == GL_FLOAT); in ValidateBlitFramebufferParameters()
1548 else if (readFixedPoint != drawFixedPoint) in ValidateBlitFramebufferParameters()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4187 bool drawFixedPoint = ((drawComponentType == GL_UNSIGNED_NORMALIZED) || in blitFramebuffer() local
4190 bool drawFixedOrFloat = (drawFixedPoint || (drawComponentType == GL_FLOAT)); in blitFramebuffer()