Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp96 struct BufferSpec struct
98 int count;
99 int size;
100 int componentCount;
101 int stride;
102 int offset;
104 GLenum type;
106 int intRangeMin;
107 int intRangeMax;
109 float floatRangeMin;
[all …]
Des3fFragmentOutputTests.cpp69 struct BufferSpec struct
71 BufferSpec(void) : format(GL_NONE), width(0), height(0), samples(0) in BufferSpec() argument
75 BufferSpec(uint32_t format_, int width_, int height_, int samples_) in BufferSpec() function
83 uint32_t format;
84 int width;
85 int height;
86 int samples;