OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBucketData
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h
157
OP(
GetBucketData
) /* 6 */ \
389
//
GetBucketData
.
393
// memory. This command along with
GetBucketData
implements a way to get a
464
struct
GetBucketData
{
465
typedef
GetBucketData
ValueType;
508
COMPILE_ASSERT(sizeof(
GetBucketData
) == 24, Sizeof_GetBucketData_is_not_20);
509
COMPILE_ASSERT(offsetof(
GetBucketData
, header) == 0,
511
COMPILE_ASSERT(offsetof(
GetBucketData
, bucket_id) == 4,
513
COMPILE_ASSERT(offsetof(
GetBucketData
, offset) == 8,
515
COMPILE_ASSERT(offsetof(
GetBucketData
, size) == 12
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h
198
void
GetBucketData
(uint32 bucket_id,
203
cmd::
GetBucketData
* cmd = GetCmdSpace<cmd::
GetBucketData
>();
gles2_implementation.cc
525
helper_->
GetBucketData
(
[
all
...]
gles2_implementation_unittest.cc
557
cmd::
GetBucketData
get_bucket_data;
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
common_decoder_unittest.cc
455
TEST_F(CommonDecoderTest,
GetBucketData
) {
458
cmd::
GetBucketData
cmd;
common_decoder.cc
271
const cmd::
GetBucketData
& args) {
Completed in 651 milliseconds