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

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.h 62 // |texture_u|, and |texture_v|. While the textures are in GL_RGBA format,
83 GLuint* texture_y, GLuint* texture_u, GLuint* texture_v,
compositing_iosurface_transformer_mac.cc 172 GLuint* texture_v,
265 *texture_v = textures_[V_PLANE_OUTPUT];
compositing_iosurface_transformer_mac_unittest.cc 333 GLuint texture_v = 0u; local
338 &texture_y, &texture_u, &texture_v, &packed_y_size, &packed_uv_size));
341 EXPECT_NE(0u, texture_v);
354 ReadBackTexture(texture_v, packed_uv_size, format);

Completed in 42 milliseconds