Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotPrograms_unittest.cpp57 struct GlProgramState { struct
58 GLboolean deleteStatus;
59 GLboolean linkStatus;
60 GLboolean validateStatus;
62 std::vector<GLchar> infoLog;
64 std::vector<GLuint> shaders;
66 GLint activeAttributes;
67 GLint maxAttributeName;
68 std::vector<GlShaderVariable> attributes;
70 GLint activeUniforms;
[all …]