Home
last modified time | relevance | path

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

/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp156 struct BufferSpec { struct
157 uint8_t* buffer;
158 std::optional<android_ycbcr> buffer_ycbcr;
159 uint32_t width;
160 uint32_t height;
161 uint32_t cropX;
162 uint32_t cropY;
163 uint32_t cropWidth;
164 uint32_t cropHeight;
165 uint32_t drmFormat;
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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 …]
H A Des3fFragmentOutputTests.cpp69 struct BufferSpec struct
71 BufferSpec(void) : format(GL_NONE), width(0), height(0), samples(0) in BufferSpec() function
75 BufferSpec(uint32_t format_, int width_, int height_, int samples_) in BufferSpec() argument
83 uint32_t format;
84 int width;
85 int height;
86 int samples;