Searched refs:SizedResult (Results 1 - 3 of 3) 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,
H A Dgles2_cmd_format_autogen.h2549 typedef SizedResult<GLuint> Result;
2659 typedef SizedResult<GLboolean> Result;
2707 typedef SizedResult<GLint> Result;
2799 typedef SizedResult<GLfloat> Result;
2846 typedef SizedResult<GLint> Result;
2909 typedef SizedResult<GLint> Result;
2957 typedef SizedResult<GLint> Result;
3048 typedef SizedResult<GLint> Result;
3103 typedef SizedResult<GLint> Result;
3333 typedef SizedResult<GLfloa
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc9116 SizedResult<GLint>* result;
9117 result = GetSharedMemoryAs<SizedResult<GLint>*>(
9118 shm_id, shm_offset, SizedResult<GLint>::ComputeSize(0));
9153 result = GetSharedMemoryAs<SizedResult<GLint>*>(
9154 shm_id, shm_offset, SizedResult<GLint>::ComputeSizeFromBytes(size));

Completed in 313 milliseconds