OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:location_sx
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_program_unittest.cc
73
GLint
location_sx
= glGetUniformLocation(program, "u_struct.x");
local
76
glUniform1i(
location_sx
, 3);
82
glGetUniformiv(program,
location_sx
, &int_value);
Completed in 287 milliseconds