/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xvmc.c | 68 static XF86MCSurfaceInfoPtr surfaces[] = variable 88 sizeof(surfaces)/sizeof(*surfaces), 89 surfaces,
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | surface.c | 350 struct pipe_surface **surfaces; in vlVdpVideoSurfaceClear() local 356 surfaces = vlsurf->video_buffer->get_surfaces(vlsurf->video_buffer); in vlVdpVideoSurfaceClear() 360 if (!surfaces[i]) in vlVdpVideoSurfaceClear() 366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0, in vlVdpVideoSurfaceClear() 367 surfaces[i]->width, surfaces[i]->height); in vlVdpVideoSurfaceClear()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 256 pipe_surface_reference(&buf->surfaces[i], NULL); in vl_video_buffer_destroy() 364 pipe_surface_reference(&buf->surfaces[surf], NULL); in vl_video_buffer_surfaces() 368 if (!buf->surfaces[surf]) { in vl_video_buffer_surfaces() 373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ); in vl_video_buffer_surfaces() 374 if (!buf->surfaces[surf]) in vl_video_buffer_surfaces() 380 return buf->surfaces; in vl_video_buffer_surfaces() 384 pipe_surface_reference(&buf->surfaces[i], NULL); in vl_video_buffer_surfaces()
|
D | vl_video_buffer.h | 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member
|
/external/autotest/client/site_tests/security_SysVIPC/ |
D | control | 7 DOC = "Security tripwire for SysV IPC attack surfaces" 9 PURPOSE = "Detect emergence of new attack surfaces in SysV IPC"
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_surface.c | 53 int num_surfaces, VASurfaceID *surfaces) in vlVaCreateSurfaces() argument 78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n)); in vlVaCreateSurfaces()
|
D | va_private.h | 79 …aces (VADriverContextP ctx,int width,int height,int format,int num_surfaces,VASurfaceID *surfaces);
|
/external/skia/bench/ |
D | SKPAnimationBench.cpp | 38 this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr); in drawPicture() 42 this->surfaces()[j]->getCanvas()->flush(); in drawPicture()
|
D | SKPBench.h | 46 const SkTDArray<SkSurface*>& surfaces() const { return fSurfaces; } in surfaces() function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.h | 16 struct pipe_surface *surfaces[3]; member 41 struct nouveau_video_buffer *surfaces[8]; member
|
D | nouveau_video.c | 398 if (dec->surfaces[i] == buf) in nouveau_decoder_surface_index() 402 dec->surfaces[i] = buf; in nouveau_decoder_surface_index() 744 if (!buf->surfaces[i]) { in nouveau_video_buffer_surfaces() 748 buf->surfaces[i] = pipe->create_surface(pipe, buf->resources[i], &surf_templ); in nouveau_video_buffer_surfaces() 749 if (!buf->surfaces[i]) in nouveau_video_buffer_surfaces() 754 return buf->surfaces; in nouveau_video_buffer_surfaces() 758 pipe_surface_reference(&buf->surfaces[i], NULL); in nouveau_video_buffer_surfaces() 772 pipe_surface_reference(&buf->surfaces[i], NULL); in nouveau_video_buffer_destroy()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_dri2.c | 63 struct util_hash_table *surfaces; member 447 util_hash_table_remove(dri2surf->dri2dpy->surfaces, in dri2_surface_destroy() 479 util_hash_table_set(dri2surf->dri2dpy->surfaces, in dri2_display_create_surface() 761 if (dri2dpy->surfaces) in dri2_display_destroy() 762 util_hash_table_destroy(dri2dpy->surfaces); in dri2_display_destroy() 781 util_hash_table_get(dri2dpy->surfaces, (void *) drawable); in dri2_display_invalidate_buffers() 928 dri2dpy->surfaces = util_hash_table_create(dri2_display_hash_table_hash, in x11_create_dri2_display() 930 if (!dri2dpy->surfaces) { in x11_create_dri2_display()
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 149 The 6 surfaces form an imaginary cube, and sampling happens by mapping an 153 from multiple surfaces near to the edge. 180 TODO: write much more on surfaces 182 OpenGL: FBOs are collections of surfaces in GL 3.0 or GL_ARB_framebuffer_object
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.h | 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member
|
D | nouveau_texture.c | 61 nouveau_surface_ref(NULL, &nt->surfaces[i]); in nouveau_texture_free() 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; in teximage_fits() 347 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in validate_teximage() 381 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in relayout_texture() 446 struct nouveau_surface *s = &nt->surfaces[i]; in nouveau_texture_validate()
|
D | nv04_state_tex.c | 77 s = &to_nouveau_texture(t)->surfaces[t->BaseLevel]; in nv04_emit_tex_obj()
|
D | nv10_state_tex.c | 175 s = &to_nouveau_texture(t)->surfaces[t->BaseLevel]; in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 181 s = &to_nouveau_texture(t)->surfaces[t->BaseLevel]; in nv20_emit_tex_obj()
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 33 EGL 1.1 supports three types of drawing surfaces: 34 * Window surfaces 35 * Pixmap surfaces 36 * Pbuffer surfaces 173 10. What should be the default size for screen surfaces? 175 For Pbuffer surfaces the default width and height are zero. 176 We'll do the same for screen surfaces. Since there's no function 177 to resize surfaces it's useless to have a 0x0 screen, but this isn't
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_screen.h | 59 struct rbug_list surfaces; member
|
D | rbug_screen.c | 264 make_empty_list(&rb_screen->surfaces); in rbug_screen_create()
|
/external/autotest/client/site_tests/security_StatefulPermissions/ |
D | control | 11 PURPOSE = "To maintain a vetted, minimized set of attack surfaces in stateful."
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/ |
D | DisplacementMap.txt | 9 …he texture function evaluates to at each point on the surface. It gives surfaces a great sense of …
|
/external/vulkan-validation-layers/layers/ |
D | swapchain.h | 98 unordered_map<VkSurfaceKHR, SwpSurface *> surfaces; member
|
D | swapchain.cpp | 286 for (auto it = pInstance->surfaces.begin(); it != pInstance->surfaces.end(); it++) { in DestroyInstance() 388 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateAndroidSurfaceKHR() 438 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateMirSurfaceKHR() 523 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateWaylandSurfaceKHR() 609 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateWin32SurfaceKHR() 693 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateXcbSurfaceKHR() 779 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateXlibSurfaceKHR() 1089 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface]; in CreateDisplayPlaneSurfaceKHR() 1125 pSurface->pInstance->surfaces.erase(surface); in DestroySurfaceKHR() 1318 SwpSurface *pSurface = (pInstance) ? pInstance->surfaces[surface] : NULL; in GetPhysicalDeviceSurfaceSupportKHR()
|