HomeSort by relevance Sort by last modified time
    Searched refs:texture_var_locations_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.h 69 GLint texture_var_locations_[kNumShaderPrograms]; member in class:content::CompositingIOSurfaceShaderPrograms
compositing_iosurface_shader_programs_mac.cc 328 for (size_t i = 0; i < arraysize(texture_var_locations_); ++i)
329 texture_var_locations_[i] = -1;
366 for (size_t i = 0; i < arraysize(texture_var_locations_); ++i)
367 texture_var_locations_[i] = -1;
430 if (texture_var_locations_[which] == -1) {
431 texture_var_locations_[which] =
433 DCHECK_NE(texture_var_locations_[which], -1)
436 glUniform1i(texture_var_locations_[which], texture_unit_offset);

Completed in 2459 milliseconds