Lines Matching refs:format
120 * @brief Set format, to calculate the buffer size.
122 * @param [in] format, Buffer format.
124 virtual void SetFormat(uint32_t format) = 0;
127 * @brief Get format, buffer format to calculate the buffer size..
128 * @returns format, Buffer format.
145 * @brief Get bytes of one stride which calculate by width, format and stride alignment.
151 * @brief Set buffer size. Surface alloc buffer size, no need to calculate by width, height, format...
158 * The size is setted by SetSize() or calculated by width, height, format...