Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp136 void WriteFloatColor(const gl::ColorF &color, in WriteFloatColor() function
531 auto writeFunction = (destComponentType == GL_UNSIGNED_INT) ? WriteUintColor : WriteFloatColor; in CopyImageCHROMIUM()