HomeSort by relevance Sort by last modified time
    Searched refs:SizedResult (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 78 struct SizedResult {
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,
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 200 milliseconds