Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h80 struct FboProps { struct
81 GLuint name;
82 bool previouslyBound;
83 bool completenessDirty;
84 GLenum cachedCompleteness;
85 std::vector<std::shared_ptr<TextureRec>> colorAttachmenti_textures;
86 std::vector<GLint> colorAttachmenti_texture_levels;
87 std::vector<GLint> colorAttachmenti_texture_layers;
89 GLint depthAttachment_texture_level;
90 GLint depthAttachment_texture_layer;
[all …]