HomeSort by relevance Sort by last modified time
    Searched defs:CompressedTexImage2DBucket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 198 void CompressedTexImage2DBucket(
201 gles2::cmds::CompressedTexImage2DBucket* c =
202 GetCmdSpace<gles2::cmds::CompressedTexImage2DBucket>();
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 1007 struct CompressedTexImage2DBucket {
1008 typedef CompressedTexImage2DBucket ValueType;
1053 COMPILE_ASSERT(sizeof(CompressedTexImage2DBucket) == 32,
1055 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, header) == 0,
1057 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, target) == 4,
1059 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, level) == 8,
1061 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, internalformat) == 12,
1063 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, width) == 16,
1065 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, height) == 20,
1067 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, border) == 24
    [all...]

Completed in 120 milliseconds