Home
last modified time | relevance | path

Searched refs:fb_h (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp216 int fb_h = getWindowHeight(); in CheckFB() local
217 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB()
218 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()
H A Des31cShaderImageLoadStoreTests.cpp247 int fb_h = getWindowHeight(); in CheckFB() local
248 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB()
249 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()
H A Des31cShaderStorageBufferObjectTests.cpp274 int fb_h = getWindowHeight(); in CheckFB() local
275 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB()
276 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp252 int fb_h = getWindowHeight(); in CheckFB() local
253 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB()
254 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp277 int fb_h = getWindowHeight(); in CheckFB() local
278 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB()
279 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()

Completed in 44 milliseconds