Home
last modified time | relevance | path

Searched defs:FboProps (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h45 struct FboProps { struct
46 GLuint name;
47 bool previouslyBound;
48 std::vector<GLuint> colorAttachmenti_textures;
49 GLuint depthAttachment_texture;
50 GLuint stencilAttachment_texture;
51 GLuint depthstencilAttachment_texture;
53 std::vector<bool> colorAttachmenti_hasTex;
54 bool depthAttachment_hasTexObj;
55 bool stencilAttachment_hasTexObj;
[all …]