Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h82 writeFloat(metadata.value); in setLayerPerFrameMetadata()
89 writeFloat(color.r); in writeFloatColor()
90 writeFloat(color.g); in writeFloatColor()
91 writeFloat(color.b); in writeFloatColor()
92 writeFloat(color.a); in writeFloatColor()
/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
DComposerCommandBuffer.h52 writeFloat(metadata.value); in setLayerPerFrameMetadata()
74 writeFloat(matrix[i]); in setLayerColorTransform()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h242 writeFloat(matrix[i]); in setColorTransform()
358 writeFloat(alpha); in setLayerPlaneAlpha()
468 void writeFloat(float val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeFloat() function
491 writeFloat(rect.left); in writeFRect()
492 writeFloat(rect.top); in writeFRect()
493 writeFloat(rect.right); in writeFRect()
494 writeFloat(rect.bottom); in writeFRect()