Home
last modified time | relevance | path

Searched refs:gl_internal_format (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_gl_api_implementation.cc47 GLenum gl_internal_format = GetInternalFormat(internal_format); in GetTexInternalFormat() local
60 gl_internal_format = GL_RGBA; in GetTexInternalFormat()
63 gl_internal_format = GL_RGB; in GetTexInternalFormat()
71 return gl_internal_format; in GetTexInternalFormat()
76 gl_internal_format = GL_RGBA32F_ARB; in GetTexInternalFormat()
79 gl_internal_format = GL_RGB32F_ARB; in GetTexInternalFormat()
82 gl_internal_format = GL_LUMINANCE_ALPHA32F_ARB; in GetTexInternalFormat()
85 gl_internal_format = GL_LUMINANCE32F_ARB; in GetTexInternalFormat()
88 gl_internal_format = GL_ALPHA32F_ARB; in GetTexInternalFormat()
97 gl_internal_format = GL_RGBA16F_ARB; in GetTexInternalFormat()
[all …]