Home | History | Annotate | Download | only in common

Lines Matching defs:IsTexture

3969 struct IsTexture {
3970 typedef IsTexture ValueType;
4007 COMPILE_ASSERT(sizeof(IsTexture) == 16, Sizeof_IsTexture_is_not_16);
4008 COMPILE_ASSERT(offsetof(IsTexture, header) == 0,
4010 COMPILE_ASSERT(offsetof(IsTexture, texture) == 4,
4012 COMPILE_ASSERT(offsetof(IsTexture, result_shm_id) == 8,
4014 COMPILE_ASSERT(offsetof(IsTexture, result_shm_offset) == 12,