Home | History | Annotate | Download | only in geometry_shader

Lines Matching refs:colorBuffer

584  * @param colorBuffer     will be used to store the requested data(buffor size should be greater than or equal colorBufferSize)
588 unsigned char* colorBuffer,
593 memcpy(colorBuffer, m_red_color, colorBufferSize);
597 memcpy(colorBuffer, m_green_color, colorBufferSize);
601 memset(colorBuffer, 0, colorBufferSize);
631 * @param colorBuffer will be used to store the requested data(buffer size should be greater than or equal colorBufferSize)
635 unsigned char* colorBuffer,
640 memcpy(colorBuffer, m_white_color, colorBufferSize);
644 memset(colorBuffer, 0, colorBufferSize);
743 * @param colorBuffer will be used to store the requested data(buffer size should be greater than or equal colorBufferSize)
747 unsigned char* colorBuffer,
752 memcpy(colorBuffer, m_white_color, colorBufferSize);
756 memset(colorBuffer, 0, colorBufferSize);
832 * @param colorBuffer will be used to store the requested data(buffer size should be greater than or equal colorBufferSize)
836 unsigned char* colorBuffer,
841 memcpy(colorBuffer, m_white_color, colorBufferSize);
845 memset(colorBuffer, 0, colorBufferSize);