OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramInput
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h
126
struct
ProgramInput
{
140
//
ProgramInput
inputs[num_attribs + num_uniforms];
154
COMPILE_ASSERT(sizeof(
ProgramInput
) == 20, ProgramInput_size_not_20);
155
COMPILE_ASSERT(offsetof(
ProgramInput
, type) == 0,
157
COMPILE_ASSERT(offsetof(
ProgramInput
, size) == 4,
159
COMPILE_ASSERT(offsetof(
ProgramInput
, location_offset) == 8,
161
COMPILE_ASSERT(offsetof(
ProgramInput
, name_offset) == 12,
163
COMPILE_ASSERT(offsetof(
ProgramInput
, name_length) == 16,
/external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc
340
const
ProgramInput
* inputs = LocalGetAs<const
ProgramInput
*>(
342
sizeof(
ProgramInput
) * (header->num_attribs + header->num_uniforms));
343
const
ProgramInput
* input = inputs;
/external/chromium_org/gpu/command_buffer/service/
program_manager_unittest.cc
[
all
...]
program_manager.cc
[
all
...]
Completed in 443 milliseconds