HomeSort by relevance Sort by last modified time
    Searched full:surfaces (Results 401 - 425 of 733) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.h 303 * Multiple surfaces could share the same HAL stream, but a request may
304 * be only for a subset of surfaces. In this case, the
306 * buffers for those surfaces.
Camera3StreamSplitter.cpp 41 status_t Camera3StreamSplitter::connect(const std::unordered_map<size_t, sp<Surface>> &surfaces,
64 // Add output surfaces. This has to be before creating internal buffer queue
66 for (auto &it : surfaces) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 526 SparseArray<Surface> surfaces = null; local
534 surfaces = mSurfaces.clone();
538 mLegacyDevice.configureOutputs(surfaces);
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 209 /* traverse all surfaces' share info to find out the latest transform info */
239 /* traverse all surfaces' share info to find out the latest transform info */
612 /*FIX ME: it is not safe to do that because surfaces may be in use for rendering.*/
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 170 // Currently surface padding is only computed for RGB* surfaces.
252 //surfaces.
301 int padding_threshold = 512; // Threshold for padding surfaces.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
swapchain.cpp 286 for (auto it = pInstance->surfaces.begin(); it != pInstance->surfaces.end(); it++) {
388 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface];
438 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface];
523 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface];
609 pInstance->surfaces[*pSurface] = &my_data->surfaceMap[*pSurface];
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp     [all...]
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 227 // Currently surface padding is only computed for RGB* surfaces.
323 //surfaces.
371 int padding_threshold = 512; // Threshold for padding surfaces.
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 227 // Currently surface padding is only computed for RGB* surfaces.
323 //surfaces.
371 int padding_threshold = 512; // Threshold for padding surfaces.
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 222 // Currently surface padding is only computed for RGB* surfaces.
308 //surfaces.
359 int padding_threshold = 512; // Threshold for padding surfaces.
    [all...]
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 85 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 308 // surfaces and context until we release the thread. It shouldn't matter what order
  /external/mesa3d/docs/relnotes/
7.10.2.html 99 <li>st/dri: Fix surfaceless gl using contexts with previous bound surfaces</li>
8.0.4.html 94 <li>svga: fix synchronization bug between sampler views and surfaces</li>
  /external/mesa3d/src/egl/main/
egldisplay.c 279 * Destroy the contexts and surfaces that are linked to the display.
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 239 /** @{ Surfaces to submit rendering for. */
  /external/mesa3d/src/gallium/include/pipe/
p_format.h 39 * Formats for textures, surfaces and vertex data
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 223 * Synchronize backing buffers of shared surfaces using the
vmw_screen_svga.c 164 * Used for the backing buffer GB surfaces, and to approximate
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 534 /* Only surfaces have a uid. */
  /external/mesa3d/src/intel/blorp/
blorp.c 258 * SURFACE_STATE.Surface_Horizontal_Alignment should be 4 for Z24 surfaces,
  /external/mesa3d/src/intel/isl/
isl_storage_image.c 112 * surfaces actually do a 32-bit misaligned read. The alternative would be
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.h 188 * For 1D array, 2D array, cube, and 2D multisampled surfaces on Gen7: true
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 93 * "Logic Ops are only supported on *_UNORM surfaces (excluding
gen7_l3_state.c 36 * and bound surfaces), or by using feed-back from performance counters.

Completed in 688 milliseconds

<<11121314151617181920>>