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

/external/chromium_org/cc/resources/
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::__anon2782::TextureUploadTestContext
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc85 GLint unpack_alignment_; member in class:android_webview::internal::ScopedAppGLStateRestoreImpl
212 glGetIntegerv(GL_UNPACK_ALIGNMENT, &unpack_alignment_);
349 glPixelStorei(GL_UNPACK_ALIGNMENT, unpack_alignment_);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc97 unpack_alignment_(4),
1257 unpack_alignment_ = param;
1764 width, height, format, type, unpack_alignment_, &size,
1799 unpack_row_length_, format, type, unpack_alignment_,
1870 width, height, format, type, unpack_alignment_, &temp_size,
1896 unpack_row_length_, format, type, unpack_alignment_,
3023 width, height, format, type, unpack_alignment_, &size, NULL, NULL)) {
3886 width, height, format, type, unpack_alignment_, &size,
3946 width, height, format, type, unpack_alignment_, &size,
H A Dgles2_implementation.h685 GLint unpack_alignment_; member in class:gpu::gles2::GLES2Implementation

Completed in 98 milliseconds