Home | History | Annotate | Download | only in common

Lines Matching refs:GetActiveUniform

2472 struct GetActiveUniform {
2473 typedef GetActiveUniform ValueType;
2522 COMPILE_ASSERT(sizeof(GetActiveUniform) == 24,
2524 COMPILE_ASSERT(offsetof(GetActiveUniform, header) == 0,
2526 COMPILE_ASSERT(offsetof(GetActiveUniform, program) == 4,
2528 COMPILE_ASSERT(offsetof(GetActiveUniform, index) == 8,
2530 COMPILE_ASSERT(offsetof(GetActiveUniform, name_bucket_id) == 12,
2532 COMPILE_ASSERT(offsetof(GetActiveUniform, result_shm_id) == 16,
2534 COMPILE_ASSERT(offsetof(GetActiveUniform, result_shm_offset) == 20,
2536 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, success) == 0,
2538 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, size) == 4,
2540 COMPILE_ASSERT(offsetof(GetActiveUniform::Result, type) == 8,