Searched defs:fb_w (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp111 bool CheckRectColor(const std::vector<Vec3>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec3& expected) argument
124 const int idx = y * fb_w + x;
139 bool CheckRectColor(const std::vector<Vec4>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec4& expected) argument
151 const int idx = y * fb_w + x;
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp251 int fb_w = getWindowWidth(); local
253 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
255 for (GLint x = 0; x < fb_w; ++x, i += 4)
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp276 int fb_w = getWindowWidth(); local
278 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
280 for (GLint x = 0; x < fb_w; ++x, i += 4)
/external/deqp/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp215 int fb_w = getWindowWidth(); local
217 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
219 for (GLint x = 0; x < fb_w; ++x, i += 4)
H A Des31cShaderImageLoadStoreTests.cpp246 int fb_w = getWindowWidth(); local
248 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
250 for (GLint x = 0; x < fb_w; ++x, i += 4)
H A Des31cShaderStorageBufferObjectTests.cpp272 int fb_w = getWindowWidth(); local
274 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
276 for (GLint x = 0; x < fb_w; ++x, i += 4)

Completed in 364 milliseconds