Searched refs:unpack_alignment_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dtexture_uploader_unittest.cc20 TextureUploadTestContext() : result_available_(0), unpack_alignment_(4) {}
33 unpack_alignment_ = param;
126 RoundUp(bytes_per_pixel * width, unpack_alignment_);
141 unsigned unpack_alignment_; member in class:cc::__anon4238::TextureUploadTestContext
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.h34 GLint unpack_alignment_; member in class:android_webview::ScopedAppGLStateRestore
H A Dscoped_app_gl_state_restore.cc80 glGetIntegerv(GL_UNPACK_ALIGNMENT, &unpack_alignment_);
163 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack_alignment_);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc96 unpack_alignment_(4),
1229 unpack_alignment_ = param;
1702 width, height, format, type, unpack_alignment_, &size,
1737 unpack_row_length_, format, type, unpack_alignment_,
1808 width, height, format, type, unpack_alignment_, &temp_size,
1834 unpack_row_length_, format, type, unpack_alignment_,
2910 width, height, format, type, unpack_alignment_, &size, NULL, NULL)) {
3669 width, height, format, type, unpack_alignment_, &size,
3720 width, height, format, type, unpack_alignment_, &size,
H A Dgles2_implementation.h630 GLint unpack_alignment_; member in class:gpu::gles2::GLES2Implementation

Completed in 193 milliseconds