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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h78 struct SizedResult { struct in namespace:gpu::gles2
85 // Returns the total size in bytes of the SizedResult for a given number of
91 // Returns the total size in bytes of the SizedResult for a given size of
122 COMPILE_ASSERT(sizeof(SizedResult<int8_t>) == 8, SizedResult_size_not_8);
123 COMPILE_ASSERT(offsetof(SizedResult<int8_t>, size) == 0,
125 COMPILE_ASSERT(offsetof(SizedResult<int8_t>, data) == 4,

Completed in 773 milliseconds