/frameworks/base/core/java/android/view/ |
Surface.java | 648 * Set the scaling mode to be used for this surfaces buffers 718 * <p class="note">Depending on how many and what kind of surfaces are visible, the [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowSurfacePlacer.java | 79 * Positions windows and their surfaces. 82 * surfaces according to these frames. Z layer is still assigned withing WindowManagerService. [all...] |
/frameworks/native/libs/vr/libdvr/tests/ |
dvr_display_manager-test.cpp | 482 // Get surface state and verify there are no surfaces. 521 // Get surface state and verify there are no surfaces.
|
/frameworks/native/services/surfaceflinger/tests/ |
SurfaceInterceptor_test.cpp | 171 // Used to verify creation and destruction of surfaces and displays [all...] |
/hardware/intel/img/psb_video/src/ |
psb_drv_video.h | 631 unsigned char *surfaces; /* surfaces, associated with this subpicture */ member in struct:object_subpic_s
|
/hardware/intel/img/psb_video/src/x11/ |
psb_xvva.c | 758 * all surfaces share one BO but with different offset 788 * all surfaces share one BO but with different offset
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ddrawi.h | 535 /* surfaces */ 834 /* surfaces */ [all...] |
/external/libdrm/radeon/ |
radeon_surface.c | 413 /* MSAA surfaces support the 2D mode only. */ 842 /* MSAA surfaces support the 2D mode only. */ 968 /* tile split must be >= 256 for colorbuffer surfaces, [all...] |
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 75 #define SURFACE_NUM 16 /* 16 surfaces for source YUV */ 76 #define SURFACE_NUM 16 /* 16 surfaces for reference */ [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
device9.c | [all...] |
/device/generic/goldfish-opengl/system/gralloc/ |
gralloc.cpp | 559 // Not expecting to actually create any GL surfaces for this 572 // Not expecting to actually create any GL surfaces for this 581 // Not expecting to actually create any GL surfaces for this [all...] |
/external/kernel-headers/original/uapi/drm/ |
i915_drm.h | 66 * MOCS indexes used for GPU surfaces, defining the cacheability of the [all...] |
/external/libdrm/include/drm/ |
i915_drm.h | 66 * MOCS indexes used for GPU surfaces, defining the cacheability of the [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureRequest.java | 49 * contains the list of target Surfaces to send image data to for this 58 * <p>Each request can specify a different subset of target Surfaces for the 59 * camera to send the captured data to. All the surfaces used in a request must 214 // surfaces to stream/surface indexes based on passed in stream configuration at that time. 460 * list of output surfaces is equal, the user tag is equal, and the return values of 577 final ArraySet<Surface> surfaces = mSurfaceConverted ? mEmptySurfaceSet : mSurfaceSet; local 578 dest.writeParcelableArray(surfaces.toArray(new Surface[surfaces.size()]), flags); 620 Log.v(TAG, "Cannot convert already converted surfaces!"); 688 Log.v(TAG, "Cannot convert already converted surfaces!"); [all...] |
/bootable/recovery/minui/ |
resources.cpp | 173 // "display" surfaces are transformed into the framebuffer's required
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
Camera2MultiViewTestCase.java | 555 // Stop repeat, wait for captures to complete, and disconnect from surfaces
|
/external/deqp/modules/egl/ |
teglResizeTests.cpp | 414 "Comparing old and new surfaces at all corners")
|
/external/mesa3d/docs/relnotes/ |
10.1.1.html | 242 <li>winsys/svga: Fix prime surface references also for guest-backed surfaces</li>
|
11.1.3.html | 107 <li>i965/blorp: Fix hiz ops on MSAA surfaces</li>
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_inlines.h | 212 /* Return true if the surfaces are equal. */
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_state_validate.c | 81 /* hardware rounds down render target offset to 64 bytes, but surfaces
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_context.c | 173 pipe_surface_reference(&nvc0->surfaces[s][i], NULL);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_screen.c | 397 * surfaces. So disable these here to avoid going into weird paths
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_context.c | 437 * Emit all operations pending on host surfaces.
|
/external/mesa3d/src/gallium/drivers/virgl/ |
virgl_screen.c | 445 * surfaces. So disable these here to avoid going into weird paths
|