guestrendering/guestegl/inc/guestegl.h
branchbug235_bringup_0
changeset 40 eaa1315a8556
parent 39 c8311e991ee3
child 41 2110890eb027
equal deleted inserted replaced
39:c8311e991ee3 40:eaa1315a8556
    58     void*                   iBuffer0;          /*<! Pointer to the first buffer pixels                                                   */
    58     void*                   iBuffer0;          /*<! Pointer to the first buffer pixels                                                   */
    59     void*                   iBuffer1;          /*<! Pointer to the second buffer pixels                                                  */
    59     void*                   iBuffer1;          /*<! Pointer to the second buffer pixels                                                  */
    60     TInt                    iBuffer0Index;          /*<! Pointer to the first buffer pixels                                                   */
    60     TInt                    iBuffer0Index;          /*<! Pointer to the first buffer pixels                                                   */
    61     TInt                    iBuffer1Index;          /*<! Pointer to the second buffer pixels                                                  */
    61     TInt                    iBuffer1Index;          /*<! Pointer to the second buffer pixels                                                  */
    62     RChunk                  iChunk;            /*<! chunk of the backbuffer surface memory                                               */
    62     RChunk                  iChunk;            /*<! chunk of the backbuffer surface memory                                               */
    63     // FAISALMEMON HOLE 1
    63     TInt					iFrontBuffer;		// We assume zero based index, 0 -> iBuffer0, 1 -> iBuffer1 should be display
    64     RWindow*                iNativeWindow;
    64     RWindow*                iNativeWindow;
    65     EGLint                  iRedBits;
    65     EGLint                  iRedBits;
    66     EGLint                  iGreenBits;
    66     EGLint                  iGreenBits;
    67     EGLint                  iBlueBits;
    67     EGLint                  iBlueBits;
    68     EGLint                  iAlphaBits;
    68     EGLint                  iAlphaBits;