OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texel_scale_x_var_locations_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.h
70
GLint
texel_scale_x_var_locations_
[kNumShaderPrograms];
member in class:content::CompositingIOSurfaceShaderPrograms
compositing_iosurface_shader_programs_mac.cc
330
for (size_t i = 0; i < arraysize(
texel_scale_x_var_locations_
); ++i)
331
texel_scale_x_var_locations_
[i] = -1;
368
for (size_t i = 0; i < arraysize(
texel_scale_x_var_locations_
); ++i)
369
texel_scale_x_var_locations_
[i] = -1;
441
if (
texel_scale_x_var_locations_
[which] == -1) {
442
texel_scale_x_var_locations_
[which] =
444
DCHECK_NE(
texel_scale_x_var_locations_
[which], -1)
447
glUniform1f(
texel_scale_x_var_locations_
[which], texel_scale_x);
Completed in 37 milliseconds