/external/libkmsxx/py/tests/ |
D | rottest.py | 49 crtc_h = int(fb_h * y_scale) 64 src_h = fb_h - src_y 95 fb_h = 150 variable 99 fb = pykms.OmapFramebuffer(card, fb_w, fb_h, "NV12", flags = pykms.OmapFramebuffer.Tiled); 107 pykms.draw_text(fb, even((fb_w // 2) - (8 * 6) // 2), fb_h - 8 - 4, "BOTTOM", pykms.white) 108 pykms.draw_text(fb, 4, even(((fb_h // 2) - 4)), "L", pykms.white) 109 pykms.draw_text(fb, fb_w - 8 - 4, even(((fb_h // 2) - 4)), "R", pykms.white)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 380 VkFramebuffer fb_h; in radv_process_depth_image_inplace() local 393 &fb_h); in radv_process_depth_image_inplace() 399 .framebuffer = fb_h, in radv_process_depth_image_inplace() 418 radv_DestroyFramebuffer(device_h, fb_h, in radv_process_depth_image_inplace()
|
D | radv_meta_resolve.c | 531 VkFramebuffer fb_h; in radv_CmdResolveImage() local 547 &fb_h); in radv_CmdResolveImage() 553 .framebuffer = fb_h, in radv_CmdResolveImage() 582 radv_DestroyFramebuffer(device_h, fb_h, in radv_CmdResolveImage()
|
D | radv_meta_fast_clear.c | 626 VkFramebuffer fb_h; in radv_emit_color_decompress() local 639 &fb_h); in radv_emit_color_decompress() 645 .framebuffer = fb_h, in radv_emit_color_decompress() 666 radv_DestroyFramebuffer(device_h, fb_h, in radv_emit_color_decompress()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 216 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()
|
D | es31cShaderImageLoadStoreTests.cpp | 247 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()
|
D | es31cShaderStorageBufferObjectTests.cpp | 273 int fb_h = getWindowHeight(); in CheckFB() local 274 glReadPixels(0, 0, fb_w, fb_h, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]); in CheckFB() 275 for (GLint i = 0, y = 0; y < fb_h; ++y) in CheckFB()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 252 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()
|
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 277 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()
|