Home
last modified time | relevance | path

Searched defs:SizedResult (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format.h78 struct SizedResult { struct
85 // Returns the total size in bytes of the SizedResult for a given number of argument
91 // Returns the total size in bytes of the SizedResult for a given size of argument
93 static size_t ComputeSizeFromBytes(size_t size_of_result_in_bytes) { in ComputeSizeFromBytes()
98 static uint32_t ComputeMaxResults(size_t size_of_buffer) { in ComputeMaxResults()
122 COMPILE_ASSERT(sizeof(SizedResult<int8_t>) == 8, SizedResult_size_not_8); argument