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 184 void CompressedTexImage2DBucket(GLenum target,
190 gles2::cmds::CompressedTexImage2DBucket* c =
191 GetCmdSpace<gles2::cmds::CompressedTexImage2DBucket>();
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 859 struct CompressedTexImage2DBucket {
860 typedef CompressedTexImage2DBucket ValueType;
908 COMPILE_ASSERT(sizeof(CompressedTexImage2DBucket) == 28,
910 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, header) == 0,
912 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, target) == 4,
914 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, level) == 8,
916 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, internalformat) == 12,
918 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, width) == 16,
920 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, height) == 20,
922 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, bucket_id) == 24
    [all...]

Completed in 196 milliseconds