BytesPerPixel 383 content/browser/gpu/browser_gpu_channel_host_factory.cc GpuMemoryBufferImpl::BytesPerPixel(internalformat); BytesPerPixel 1281 content/browser/renderer_host/render_message_filter.cc GpuMemoryBufferImpl::BytesPerPixel(internalformat)); BytesPerPixel 1325 content/browser/renderer_host/render_message_filter.cc GpuMemoryBufferImpl::BytesPerPixel(internalformat); BytesPerPixel 313 content/common/child_process_host_impl.cc width * height * GpuMemoryBufferImpl::BytesPerPixel(internalformat), BytesPerPixel 45 content/common/gpu/client/gpu_memory_buffer_impl.cc return size_.width() * BytesPerPixel(internalformat_); BytesPerPixel 25 content/common/gpu/client/gpu_memory_buffer_impl.h static size_t BytesPerPixel(unsigned internalformat); BytesPerPixel 34 content/common/gpu/client/gpu_memory_buffer_impl_shm.cc if (!shared_memory_->Map(size_.GetArea() * BytesPerPixel(internalformat_))) BytesPerPixel 81 content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc stride_ = buffer.stride * BytesPerPixel(internalformat_); BytesPerPixel 130 ui/gl/gl_image_shm.cc size_t size = size_.GetArea() * BytesPerPixel(internalformat_);