/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 65 ### Per application 88 ### Globally
|
D | egl_layers.cpp | 343 std::vector<std::string> layers = android::base::Split(debug_layers, ":"); in LoadLayers() local
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_composer_frame.cpp | 51 std::vector<ParcelableComposerLayer> layers; in writeToParcel() local 98 std::vector<ParcelableComposerLayer> layers; in readFromParcel() local
|
/frameworks/native/libs/renderengine/tests/ |
D | RenderEngineTest.cpp | 273 std::vector<const renderengine::LayerSettings*> layers; in drawEmptyLayers() local 444 std::vector<const renderengine::LayerSettings*> layers; in fillBuffer() local 486 std::vector<const renderengine::LayerSettings*> layers; in fillRedOffsetBuffer() local 519 std::vector<const renderengine::LayerSettings*> layers; in fillBufferCheckers() local 617 std::vector<const renderengine::LayerSettings*> layers; in fillBufferWithLayerTransform() local 648 std::vector<const renderengine::LayerSettings*> layers; in fillBufferWithColorTransform() local 681 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferWithRoundedCorners() local 727 std::vector<const renderengine::LayerSettings*> layers; in fillBufferAndBlurBackground() local 799 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferTextureTransform() local 850 std::vector<const renderengine::LayerSettings*> layers; in fillRedBufferWithPremultiplyAlpha() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | HardwareBgDrawable.java | 40 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable() 51 final Drawable[] layers; in getLayers() local
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | CompositionRefreshArgs.h | 44 Layers layers; member
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 82 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable() 100 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
|
D | LayerDrawable.java | 120 public LayerDrawable(@NonNull Drawable[] layers) { in LayerDrawable() 131 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) { in LayerDrawable() 419 final ChildDrawable[] layers = mLayerState.mChildren; in isProjected() local 519 final ChildDrawable[] layers = mLayerState.mChildren; in findDrawableByLayerId() local 598 final ChildDrawable[] layers = mLayerState.mChildren; in findIndexByLayerId() local 625 final ChildDrawable[] layers = mLayerState.mChildren; in setDrawable() local
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
D | ColorStateDrawable.java | 34 public ColorStateDrawable(Drawable[] layers, int color) { in ColorStateDrawable()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 50 optional LayersProto layers = 3; field
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/ |
D | RecyclerItemAdapter.java | 125 final Drawable[] layers = {background, selectableItemBackground}; in onCreateViewHolder() local 236 PatchedLayerDrawable(Drawable[] layers) { in PatchedLayerDrawable()
|
/frameworks/base/core/jni/ |
D | android_os_GraphicsEnvironment.cpp | 74 void setDebugLayers_native(JNIEnv* env, jobject clazz, jstring layers) { in setDebugLayers_native() 81 void setDebugLayersGLES_native(JNIEnv* env, jobject clazz, jstring layers) { in setDebugLayersGLES_native()
|
D | android_hardware_HardwareBuffer.cpp | 73 jint width, jint height, jint format, jint layers, jlong usage) { in android_hardware_HardwareBuffer_create() 115 jint width, jint height, jint format, jint layers, jlong usage) { in android_hardware_HardwareBuffer_isSupported()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.cpp | 87 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl() 288 static void collectLayers(RenderNode* node, LayerUpdateQueue* layers) { in collectLayers() 301 static void recordLayers(const LayerUpdateQueue& layers, in recordLayers() 428 void SkiaPipeline::renderFrame(const LayerUpdateQueue& layers, const SkRect& clip, in renderFrame()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Stress_test.cpp | 56 std::array<surfaceflinger::LayerProto*, 10> layers = {}; in generateLayerProto() local
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 278 const auto layers = getOutputLayersOrderedByZ(); in anyLayersRequireClientComposition() local 284 const auto layers = getOutputLayersOrderedByZ(); in allLayersRequireClientComposition() local
|
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | naming.py | 33 layers = [LAYER_APPLICATION, LAYER_RUNTIME, LAYER_IPC, LAYER_DRIVER, LAYER_CPU] variable
|
/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 414 private static native long nCreateHardwareBuffer(int width, int height, int format, int layers, in nCreateHardwareBuffer() 430 private static native boolean nIsSupported(int width, int height, int format, int layers, in nIsSupported()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.h | 118 std::vector<VkLayerProperties> layers; member 149 std::vector<VkJsonLayer> layers; member
|
D | vkjson_instance.cc | 338 std::vector<VkLayerProperties> layers(count); in VkJsonGetInstance() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BluetoothDeviceLayerDrawable.java | 40 private BluetoothDeviceLayerDrawable(@NonNull Drawable[] layers) { in BluetoothDeviceLayerDrawable()
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 537 void GraphicsEnv::setDebugLayers(const std::string layers) { in setDebugLayers() 541 void GraphicsEnv::setDebugLayersGLES(const std::string layers) { in setDebugLayersGLES()
|
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 298 final String layers = coreSettings.getString(Settings.Global.GPU_DEBUG_LAYERS); in setupGpuLayers() local 924 private static native void setDebugLayers(String layers); in setDebugLayers() 925 private static native void setDebugLayersGLES(String layers); in setDebugLayersGLES()
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 151 const std::string layers = android::GraphicsEnv::getInstance().getDebugLayers(); in GetLayersFromSettings() local 1028 void LayerChain::DestroyLayers(ActiveLayer* layers, in DestroyLayers() 1146 ActiveLayer* layers = reinterpret_cast<ActiveLayer*>(data.layers); in DestroyInstance() local 1204 std::vector<std::string> layers = in ForEachLayerFromSettings() local 1360 const LayerChain::ActiveLayer* layers = in EnumerateDeviceLayerProperties() local
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceTracing.cpp | 185 LayersProto layers(mFlinger.dumpDrawingStateProto(mTraceFlags)); in traceLayersLocked() local
|