Searched refs:internalformat_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc73 internalformat_(internalformat),
95 if (!ValidFormat(internalformat_)) {
96 DVLOG(0) << "Invalid format: " << internalformat_;
154 TextureFormat(internalformat_),
158 DataFormat(internalformat_),
159 DataType(internalformat_),
190 return ValidFormat(internalformat_);
194 return size_.GetArea() * BytesPerPixel(internalformat_);
219 TextureFormat(internalformat_),
223 DataFormat(internalformat_),
[all...]
H A Dgl_image_glx.cc111 : glx_pixmap_(0), size_(size), internalformat_(internalformat) {
124 if (!ValidFormat(internalformat_)) {
125 DVLOG(0) << "Invalid format: " << internalformat_;
129 DCHECK_EQ(PixmapDepth(internalformat_), ActualPixmapDepth(pixmap));
135 BindToTextureFormat(internalformat_), GL_TRUE,
154 TextureFormat(internalformat_), 0};
H A Dgl_image_glx.h43 unsigned internalformat_; member in class:gfx::GLImageGLX
H A Dgl_image_memory.h51 const unsigned internalformat_; member in class:gfx::GLImageMemory
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.cc15 internalformat_(internalformat),
H A Dgpu_memory_buffer_impl_shared_memory.cc120 if (!shared_memory_->Map(size_.GetArea() * BytesPerPixel(internalformat_)))
133 return size_.width() * BytesPerPixel(internalformat_);
H A Dgpu_memory_buffer_impl.h78 const unsigned internalformat_; member in class:content::GpuMemoryBufferImpl
H A Dgpu_memory_buffer_impl_surface_texture.cc109 stride_ = buffer.stride * BytesPerPixel(internalformat_);
/external/chromium_org/content/browser/compositor/
H A Dgpu_surfaceless_browser_compositor_output_surface.cc30 internalformat_(internalformat) {
82 output_surface_.reset(new BufferQueue(context_provider_, internalformat_));
H A Dgpu_surfaceless_browser_compositor_output_surface.h34 unsigned int internalformat_; member in class:content::GpuSurfacelessBrowserCompositorOutputSurface
H A Dbuffer_queue.h76 unsigned int internalformat_; member in class:content::BufferQueue
H A Dbuffer_queue.cc22 internalformat_(internalformat) {
161 internalformat_,
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc55 internalformat_(internalformat),
66 return size_.width() * BytesPerPixel(internalformat_);
76 unsigned internalformat_; member in class:gpu::__anon8446::GpuMemoryBufferImpl

Completed in 178 milliseconds