summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_yuv_420_image.txt
blob: 5a26516746fea488813204493de1dc0191101e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Name

    CHROMIUM_yuv_420_image

Name Strings

    GL_CHROMIUM_yuv_420_image

Version

    Last Modifed Date: April 10, 2015

Dependencies

    OpenGL ES 2.0 is required.

    GL_CHROMIUM_image is required.

Overview

    This extension provides a new internal image format to use when creating an 
    image from underlying I420 buffers with YUV components. 

    This extension is useful in conjunction with CreateImageCHROMIUM and
    CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer 
    backing the image.

New Procedures and Functions

    None.

Errors

    None.

New Tokens
    
    Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and 
    <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM:
        GL_RGB_YUV_420_CHROMIUM 0x78FA

New State

    None.

Revision History

    4/10/2015   Documented the extension