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 76 struct SizedResult {
83 // Returns the total size in bytes of the SizedResult for a given number of
89 // Returns the total size in bytes of the SizedResult for a given size of
120 COMPILE_ASSERT(sizeof(SizedResult<int8>) == 8, SizedResult_size_not_8);
121 COMPILE_ASSERT(offsetof(SizedResult<int8>, size) == 0,
123 COMPILE_ASSERT(offsetof(SizedResult<int8>, data) == 4,
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 307 milliseconds