HomeSort by relevance Sort by last modified time
    Searched refs:internalformat (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl.cc 12 unsigned internalformat)
13 : size_(size), internalformat_(internalformat), mapped_(false) {
14 DCHECK(IsFormatValid(internalformat));
20 bool GpuMemoryBufferImpl::IsFormatValid(unsigned internalformat) {
21 switch (internalformat) {
42 size_t GpuMemoryBufferImpl::BytesPerPixel(unsigned internalformat) {
43 switch (internalformat) {
gpu_memory_buffer_impl.h 23 // Creates a GPU memory buffer instance with |size| and |internalformat| for
26 unsigned internalformat,
29 // Allocates a GPU memory buffer with |size| and |internalformat| for |usage|
33 unsigned internalformat,
38 // Creates an instance from the given |handle|. |size| and |internalformat|
43 unsigned internalformat);
45 // Returns true if |internalformat| is a format recognized by this base class.
46 static bool IsFormatValid(unsigned internalformat);
52 // implementation when using |internalformat|.
53 static size_t BytesPerPixel(unsigned internalformat);
    [all...]
gpu_memory_buffer_impl_android.cc 15 unsigned internalformat,
18 size, internalformat, usage)) {
20 new GpuMemoryBufferImplShm(size, internalformat));
33 unsigned internalformat,
38 size, internalformat, usage)) {
40 size, internalformat, child_process, callback);
51 unsigned internalformat) {
55 new GpuMemoryBufferImplShm(size, internalformat));
63 new GpuMemoryBufferImplSurfaceTexture(size, internalformat));
gpu_memory_buffer_impl_io_surface.h 18 GpuMemoryBufferImplIOSurface(const gfx::Size& size, unsigned internalformat);
21 static bool IsFormatSupported(unsigned internalformat);
23 static bool IsConfigurationSupported(unsigned internalformat, unsigned usage);
24 static uint32 PixelFormat(unsigned internalformat);
gpu_memory_buffer_impl_mac.cc 15 unsigned internalformat,
18 size, internalformat, usage)) {
20 new GpuMemoryBufferImplShm(size, internalformat));
33 unsigned internalformat,
38 size, internalformat, usage)) {
40 size, internalformat, child_process, callback);
51 unsigned internalformat) {
55 new GpuMemoryBufferImplShm(size, internalformat));
63 new GpuMemoryBufferImplIOSurface(size, internalformat));
gpu_memory_buffer_impl_shm.h 15 GpuMemoryBufferImplShm(const gfx::Size& size, unsigned internalformat);
19 // |internalformat| for use by |child_process|.
22 unsigned internalformat,
26 static bool IsLayoutSupported(const gfx::Size& size, unsigned internalformat);
29 unsigned internalformat,
gpu_memory_buffer_impl_surface_texture.h 18 unsigned internalformat);
21 static bool IsFormatSupported(unsigned internalformat);
23 static bool IsConfigurationSupported(unsigned internalformat, unsigned usage);
24 static int WindowFormat(unsigned internalformat);
gpu_memory_buffer_impl_io_surface.cc 14 unsigned internalformat)
15 : GpuMemoryBufferImpl(size, internalformat) {}
20 bool GpuMemoryBufferImplIOSurface::IsFormatSupported(unsigned internalformat) {
21 switch (internalformat) {
41 unsigned internalformat,
43 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
47 uint32 GpuMemoryBufferImplIOSurface::PixelFormat(unsigned internalformat) {
48 switch (internalformat) {
gpu_memory_buffer_impl_linux.cc 14 unsigned internalformat,
17 size, internalformat, usage)) {
19 new GpuMemoryBufferImplShm(size, internalformat));
32 unsigned internalformat,
37 size, internalformat, usage)) {
39 size, internalformat, child_process, callback);
50 unsigned internalformat) {
54 new GpuMemoryBufferImplShm(size, internalformat));
gpu_memory_buffer_impl_win.cc 14 unsigned internalformat,
17 size, internalformat, usage)) {
19 new GpuMemoryBufferImplShm(size, internalformat));
32 unsigned internalformat,
37 size, internalformat, usage)) {
39 size, internalformat, child_process, callback);
50 unsigned internalformat) {
54 new GpuMemoryBufferImplShm(size, internalformat));
gpu_memory_buffer_impl_surface_texture.cc 16 unsigned internalformat)
17 : GpuMemoryBufferImpl(size, internalformat),
28 unsigned internalformat) {
29 switch (internalformat) {
49 unsigned internalformat,
51 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
55 int GpuMemoryBufferImplSurfaceTexture::WindowFormat(unsigned internalformat) {
56 switch (internalformat) {
gpu_memory_buffer_impl_shm.cc 13 unsigned internalformat)
14 : GpuMemoryBufferImpl(size, internalformat) {}
21 unsigned internalformat,
24 DCHECK(IsLayoutSupported(size, internalformat));
28 BytesPerPixel(internalformat))) {
39 unsigned internalformat) {
42 buffer_size *= BytesPerPixel(internalformat);
58 unsigned internalformat,
60 return IsLayoutSupported(size, internalformat) && IsUsageSupported(usage);
gpu_memory_buffer_factory_host.h 25 unsigned internalformat,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstorage.h 30 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
35 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat,
40 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat,
47 GLenum internalformat,
52 GLenum internalformat,
57 GLenum internalformat,
texstorage.c 128 GLsizei levels, GLenum internalFormat,
143 internalFormat, GL_NONE, GL_NONE);
161 0, internalFormat, texFormat);
243 GLsizei levels, GLenum internalformat,
250 switch (internalformat) {
286 legalFormat = _mesa_base_tex_format(ctx, internalformat) > 0;
291 "glTexStorage%uD(internalformat = %s)", dims,
292 _mesa_lookup_enum_by_nr(internalformat));
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat,
368 internalformat, width, height, depth))
    [all...]
  /external/mesa3d/src/mesa/main/
texstorage.h 30 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
35 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat,
40 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat,
47 GLenum internalformat,
52 GLenum internalformat,
57 GLenum internalformat,
texstorage.c 128 GLsizei levels, GLenum internalFormat,
143 internalFormat, GL_NONE, GL_NONE);
161 0, internalFormat, texFormat);
243 GLsizei levels, GLenum internalformat,
250 switch (internalformat) {
286 legalFormat = _mesa_base_tex_format(ctx, internalformat) > 0;
291 "glTexStorage%uD(internalformat = %s)", dims,
292 _mesa_lookup_enum_by_nr(internalformat));
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat,
368 internalformat, width, height, depth))
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_factory.h 20 unsigned internalformat,
  /external/chromium_org/gpu/command_buffer/service/
gpu_memory_buffer_manager.h 22 unsigned internalformat) = 0;
gpu_control_service.cc 37 unsigned internalformat) {
39 id, buffer, width, height, internalformat);
  /external/chromium_org/ui/gl/
gl_image_shm.cc 20 bool ValidFormat(unsigned internalformat) {
21 switch (internalformat) {
30 GLenum TextureFormat(unsigned internalformat) {
31 switch (internalformat) {
42 GLenum DataFormat(unsigned internalformat) {
43 return TextureFormat(internalformat);
46 GLenum DataType(unsigned internalformat) {
47 switch (internalformat) {
57 GLenum BytesPerPixel(unsigned internalformat) {
58 switch (internalformat) {
    [all...]
gl_image_win.cc 32 unsigned internalformat) {
41 new GLImageShm(size, internalformat));
  /external/chromium_org/android_webview/browser/
gpu_memory_buffer_factory_impl.h 28 unsigned internalformat,
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
PaletteTexture.h 23 unsigned char* uncompressTexture(GLenum internalformat,GLenum& formatOut,GLsizei width,GLsizei height,GLsizei imageSize, const GLvoid* data,GLint level);
TextureUtils.h 27 GLenum internalformat, GLsizei width,

Completed in 264 milliseconds

1 2 3 4 5 6 7 8 91011>>