OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_loc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_stream_draw_unittests.cc
73
GLuint
color_loc
= glGetAttribLocation(program, "a_color");
local
75
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_red, GL_STREAM_DRAW);
78
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_green, GL_STATIC_DRAW);
95
GLuint
color_loc
= glGetAttribLocation(program, "a_color");
local
97
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_red, GL_STREAM_DRAW);
107
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_green, GL_STATIC_DRAW);
130
GLuint
color_loc
= glGetAttribLocation(program, "a_color");
local
137
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_red, GL_STREAM_DRAW);
143
GLTestHelper::SetupColorsForUnitQuad(
color_loc
, float_green, GL_STATIC_DRAW);
gl_virtual_contexts_unittests.cc
77
GLuint
color_loc
= glGetUniformLocation(program, "u_color");
local
79
color_loc
,
Completed in 118 milliseconds