Home
last modified time | relevance | path

Searched refs:GetAttribLocationBucket (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format.h247 struct GetAttribLocationBucket { struct
248 typedef GetAttribLocationBucket ValueType; argument
289 COMPILE_ASSERT(sizeof(GetAttribLocationBucket) == 20, argument
291 COMPILE_ASSERT(offsetof(GetAttribLocationBucket, header) == 0,
293 COMPILE_ASSERT(offsetof(GetAttribLocationBucket, program) == 4,
295 COMPILE_ASSERT(offsetof(GetAttribLocationBucket, name_bucket_id) == 8,
297 COMPILE_ASSERT(offsetof(GetAttribLocationBucket, location_shm_id) == 12,
299 COMPILE_ASSERT(offsetof(GetAttribLocationBucket, location_shm_offset) == 16,
Dgles2_cmd_ids_autogen.h82 OP(GetAttribLocationBucket) /* 325 */ \
/external/chromium_org/gpu/command_buffer/client/
Dgles2_cmd_helper.h41 void GetAttribLocationBucket( in GetAttribLocationBucket() function
44 gles2::cmds::GetAttribLocationBucket* c = in GetAttribLocationBucket()
45 GetCmdSpace<gles2::cmds::GetAttribLocationBucket>(); in GetAttribLocationBucket()
Dgles2_implementation.cc1093 typedef cmds::GetAttribLocationBucket::Result Result; in GetAttribLocationHelper()
1100 helper_->GetAttribLocationBucket( in GetAttribLocationHelper()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest.cc2652 TEST_F(GLES2DecoderWithShaderTest, GetAttribLocationBucket) { in TEST_F() argument
2655 typedef GetAttribLocationBucket::Result Result; in TEST_F()
2659 GetAttribLocationBucket cmd; in TEST_F()
2674 typedef GetAttribLocationBucket::Result Result; in TEST_F()
2677 GetAttribLocationBucket cmd; in TEST_F()
Dgles2_cmd_decoder.cc7572 uint32 immediate_data_size, const cmds::GetAttribLocationBucket& c) { in HandleGetAttribLocationBucket()
/external/chromium_org/gpu/command_buffer/docs/
Dgles2_cmd_format_docs.txt1004 struct GetAttribLocationBucket {