/frameworks/base/libs/hwui/tests/unit/ |
VectorDrawableAtlasTests.cpp | 67 // check getEntry returns the same surfaces that we had created 100 // check that rects in the atlas use unique surfaces
|
/frameworks/base/services/core/java/com/android/server/wm/ |
BlackFrame.java | 35 * Four black surfaces put together to make a black frame. 123 // TODO: Why do we use 4 surfaces instead of just one big one behind the screenshot?
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderBase.h | 130 VASurfaceID *mExtraSurfaces; // extra surfaces array 188 VASurfaceID *mSurfaces; // surfaces array
|
/hardware/qcom/display/msm8909/gralloc/ |
gr_adreno_info.cpp | 123 int padding_threshold = 512; // Threshold for padding surfaces. 149 // surfaces.
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
gr_adreno_info.cpp | 123 int padding_threshold = 512; // Threshold for padding surfaces. 149 // surfaces.
|
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_adreno_info.cpp | 114 int padding_threshold = 512; // Threshold for padding surfaces. 140 // surfaces.
|
/hardware/qcom/display/msm8998/libgralloc1/ |
gr_adreno_info.cpp | 113 int padding_threshold = 512; // Threshold for padding surfaces. 139 // surfaces.
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
Camera2AndroidTestCase.java | 231 * @param outputSurfaces The set of output surfaces to configure for this session 243 * @param outputSurfaces The set of output surfaces to configure for this session 382 protected CaptureRequest.Builder prepareCaptureRequestForSurfaces(List<Surface> surfaces, 385 createSession(surfaces); 390 for (Surface surface : surfaces) {
|
/external/mesa3d/src/gallium/state_trackers/va/ |
image.c | 188 struct pipe_surface **surfaces; local 206 surfaces = surf->buffer->get_surfaces(surf->buffer); 207 if (!surfaces || !surfaces[0]->texture) 268 pipe_resource_reference(&img_buf->derived_surface.resource, surfaces[0]->texture);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_texture.c | 61 nouveau_surface_ref(NULL, &nt->surfaces[i]); 255 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; 277 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; 311 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; 379 struct nouveau_surface *s = &nt->surfaces[i];
|
/frameworks/base/libs/input/ |
SpriteController.cpp | 133 // Create missing surfaces. 299 // If any surfaces were changed, write back the new surface properties to the sprites. 323 // Collect disposed surfaces. 333 // We don't want the surfaces to be deleted while we are holding our lock. 368 // surfaces so that we do not block the caller on an IPC here.
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_image.c | 219 * for all tiled Y Render Target surfaces." 340 * "For Render Target and Sampling Engine Surfaces:If the surface is 468 * render target, since these surfaces support only alignment of 4. 469 * - Use of VALIGN_4 for other surfaces is supported, but uses more 472 * surfaces. 481 * Z16 format or a stencil buffer, since these surfaces support only 483 * - Use of HALIGN_8 for other surfaces is supported, but uses more 798 * "For cube surfaces, an additional two rows of padding are required 806 * purposes, these surfaces behave as if j = 8 only for surface [all...] |
ilo_state_zs.c | 296 * surfaces. If the volume texture is MIP-mapped, this field specifies 348 * "For 1D and 2D Surfaces: 354 * For 3D Surfaces: 359 * For Other Surfaces: 367 * "For 3D Surfaces: 372 * For 1D and 2D Surfaces: 375 * For Other Surfaces:
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv84_video.c | 576 return buf->surfaces; 591 pipe_surface_reference(&buf->surfaces[i * 2], NULL); 592 pipe_surface_reference(&buf->surfaces[i * 2 + 1], NULL); 722 buffer->surfaces[j * 2] = 724 if (!buffer->surfaces[j * 2]) 728 buffer->surfaces[j * 2 + 1] = 730 if (!buffer->surfaces[j * 2 + 1])
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_mipmap_tree.h | 178 * @see PRM section "Interleaved Multisampled Surfaces" 186 * @see PRM section "Uncompressed Multisampled Surfaces" 199 * @see PRM section "Compressed Multisampled Surfaces" 427 * the pixels at a given miplevel and layer. For 2D surfaces, the layer is 428 * the array slice; for 3D surfaces, the layer is the z offset. 509 * surfaces it is the number of blocks. For 1D array surfaces that have the [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 25 * Collision detection system. Provides a ray-based interface for finding surfaces in the collision 105 * @param excludeObject If set, dynamic surfaces from this object will be ignored. 247 // Clear temporary surfaces 257 // Temporary surfaces must persist for one frame in order to be reliable independent of 444 // If a movement direction has been passed, filter out invalid surfaces by ignoring 446 // surfaces. 491 // If a movement direction has been passed, filter out invalid surfaces by ignoring 493 // surfaces. 668 * A class describing a single surface in the collision world. Surfaces are stored as a line [all...] |
/external/freetype/include/freetype/ |
ftlcdfil.h | 121 * correction is critical for correctly rendering glyphs onto surfaces 155 * correction to render glyphs onto surfaces. The default filter 166 * onto surfaces. The light filter weights are
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_context.h | 140 /* 8 surfaces, at 16 32-bits integers each */ 246 /* NOTE: some of these surfaces may reference buffers */ 247 struct pipe_surface *surfaces[2][NVC0_MAX_SURFACE_SLOTS]; member in struct:nvc0_context
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_cmd.h | [all...] |
/external/wayland-protocols/freedesktop.org/unstable/fullscreen-shell/ |
fullscreen-shell-unstable-v1.xml | 9 simple full-screen surfaces. While there technically may be multiple 112 may replace any or all surfaces currently presented so it should 113 not be used in combination with placing surfaces on specific
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 228 * Multiple surfaces could share the same HAL stream, but a request may 229 * be only for a subset of surfaces. In this case, the 231 * buffers for those surfaces. For the case of single surface for a HAL
|
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 109 // +1 for the destination surface. We cannot have multiple destination surfaces. 137 // Templates for the various source surfaces. These templates are created 138 // to avoid the expensive create/destroy C2D Surfaces 147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces 149 int blit_rgb_count; // Total RGB surfaces being blit 150 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being 151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit 214 /* thread function which waits on the timeStamp and cleans up the surfaces */ 843 // target transform. Draw all previous surfaces. This will be [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 109 // +1 for the destination surface. We cannot have multiple destination surfaces. 137 // Templates for the various source surfaces. These templates are created 138 // to avoid the expensive create/destroy C2D Surfaces 147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces 149 int blit_rgb_count; // Total RGB surfaces being blit 150 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being 151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit 214 /* thread function which waits on the timeStamp and cleans up the surfaces */ 849 // target transform. Draw all previous surfaces. This will be [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
copybit_c2d.cpp | 108 // +1 for the destination surface. We cannot have multiple destination surfaces. 137 // Templates for the various source surfaces. These templates are created 138 // to avoid the expensive create/destroy C2D Surfaces 147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces 149 int blit_rgb_count; // Total RGB surfaces being blit 150 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being 151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit 216 /* thread function which waits on the timeStamp and cleans up the surfaces */ 856 // target transform. Draw all previous surfaces. This will be [all...] |
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
copybit_c2d.cpp | 108 // +1 for the destination surface. We cannot have multiple destination surfaces. 137 // Templates for the various source surfaces. These templates are created 138 // to avoid the expensive create/destroy C2D Surfaces 147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces 149 int blit_rgb_count; // Total RGB surfaces being blit 150 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being 151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit 216 /* thread function which waits on the timeStamp and cleans up the surfaces */ 856 // target transform. Draw all previous surfaces. This will be [all...] |