HomeSort by relevance Sort by last modified time
    Searched refs:internalformat (Results 1 - 25 of 406) 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 gfx::Size size, unsigned internalformat)
14 internalformat_(internalformat),
16 DCHECK(IsFormatValid(internalformat));
23 bool GpuMemoryBufferImpl::IsFormatValid(unsigned internalformat) {
24 switch (internalformat) {
34 size_t GpuMemoryBufferImpl::BytesPerPixel(unsigned internalformat) {
35 switch (internalformat) {
gpu_memory_buffer_impl.h 20 unsigned internalformat);
24 static bool IsFormatValid(unsigned internalformat);
25 static size_t BytesPerPixel(unsigned internalformat);
32 GpuMemoryBufferImpl(gfx::Size size, unsigned internalformat);
gpu_memory_buffer_impl_android.cc 14 unsigned internalformat) {
18 new GpuMemoryBufferImplShm(size, internalformat));
gpu_memory_buffer_impl_linux.cc 14 unsigned internalformat) {
18 new GpuMemoryBufferImplShm(size, internalformat));
gpu_memory_buffer_impl_win.cc 14 unsigned internalformat) {
18 new GpuMemoryBufferImplShm(size, internalformat));
gpu_memory_buffer_impl_io_surface.h 19 GpuMemoryBufferImplIOSurface(gfx::Size size, unsigned internalformat);
22 static bool IsFormatSupported(unsigned internalformat);
23 static uint32 PixelFormat(unsigned internalformat);
gpu_memory_buffer_impl_mac.cc 15 unsigned internalformat) {
19 new GpuMemoryBufferImplShm(size, internalformat));
27 new GpuMemoryBufferImplIOSurface(size, internalformat));
gpu_memory_buffer_impl_io_surface.cc 14 gfx::Size size, unsigned internalformat)
15 : GpuMemoryBufferImpl(size, internalformat),
24 bool GpuMemoryBufferImplIOSurface::IsFormatSupported(unsigned internalformat) {
25 switch (internalformat) {
34 uint32 GpuMemoryBufferImplIOSurface::PixelFormat(unsigned internalformat) {
35 switch (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...]
colortab.h 39 _mesa_ColorTable( GLenum target, GLenum internalformat,
54 _mesa_ColorTable( GLenum target, GLenum internalformat,
  /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/ui/gl/
gl_image_shm.cc 15 bool ValidFormat(unsigned internalformat) {
16 switch (internalformat) {
25 GLenum TextureFormat(unsigned internalformat) {
26 switch (internalformat) {
37 GLenum DataFormat(unsigned internalformat) {
38 return TextureFormat(internalformat);
41 GLenum DataType(unsigned internalformat) {
42 switch (internalformat) {
52 GLenum BytesPerPixel(unsigned internalformat) {
53 switch (internalformat) {
    [all...]
gl_image_win.cc 32 unsigned internalformat) {
41 new GLImageShm(size, internalformat));
gl_image_android.cc 31 unsigned internalformat) {
38 new GLImageShm(size, internalformat));
gl_image_mac.cc 33 unsigned internalformat) {
42 new GLImageShm(size, internalformat));
gl_image_x11.cc 40 unsigned internalformat) {
49 new GLImageShm(size, internalformat));
  /external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h 33 int ComputePixelSize(GLint internalformat);
34 GLsizei ComputePitch(GLsizei width, GLint internalformat, GLint alignment);
44 GLenum ExtractFormat(GLenum internalformat);
45 GLenum ExtractType(GLenum internalformat);
47 bool IsColorRenderable(GLenum internalformat);
48 bool IsDepthRenderable(GLenum internalformat);
49 bool IsStencilRenderable(GLenum internalformat);
51 bool IsFloat32Format(GLint internalformat);
52 bool IsFloat16Format(GLint internalformat);
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_factory.h 21 unsigned internalformat) = 0;
  /external/chromium_org/gpu/command_buffer/service/
gpu_memory_buffer_manager.h 22 unsigned internalformat) = 0;
  /external/chromium_org/android_webview/browser/
gpu_memory_buffer_factory_impl.h 27 unsigned internalformat) OVERRIDE;
  /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,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.h 41 void setInternalFormat(GC3Denum internalformat)
43 m_internalFormat = internalformat;
46 GC3Denum internalFormat() const { return m_internalFormat; }

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>