Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h82 struct FboProps { struct
83 GLuint name;
84 bool previouslyBound;
85 bool completenessDirty;
86 GLenum cachedCompleteness;
87 std::vector<std::shared_ptr<TextureRec>> colorAttachmenti_textures;
88 std::vector<GLint> colorAttachmenti_texture_levels;
89 std::vector<GLint> colorAttachmenti_texture_layers;
91 GLint depthAttachment_texture_level;
92 GLint depthAttachment_texture_layer;
[all …]