Searched refs:color_loc (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_stream_draw_unittest.cc | 73 GLuint color_loc = glGetAttribLocation(program, "a_color"); in TEST_F() local 75 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_red, GL_STREAM_DRAW); in TEST_F() 78 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW); in TEST_F() 95 GLuint color_loc = glGetAttribLocation(program, "a_color"); in TEST_F() local 97 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_red, GL_STREAM_DRAW); in TEST_F() 107 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW); in TEST_F() 130 GLuint color_loc = glGetAttribLocation(program, "a_color"); in TEST_F() local 137 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_red, GL_STREAM_DRAW); in TEST_F() 143 GLTestHelper::SetupColorsForUnitQuad(color_loc, float_green, GL_STATIC_DRAW); in TEST_F()
|
D | gl_virtual_contexts_unittest.cc | 128 GLuint color_loc = glGetUniformLocation(program, "u_color"); in SetupSimpleShader() local 130 color_loc, in SetupSimpleShader()
|