Lines Matching refs:layers
4 …ader will be instantiated. If debug layers are enabled, the LayerLoader will scan specified direc…
6 …ist will be specified by colon separated filenames (see [Enabling layers](#Enabling-layers) below).
8 The layers will be traversed in the order they are specified, so the first layer will be directly b…
29 …layers are not required to do anything with the info provided by `AndroidGLESLayer_Initialize` or …
31 ## Placing layers
33 Where layers can be found, in order of priority
56 …Determine the ABI of your target application, then install an APK containing the layers you wish t…
58 adb install --abi armeabi-v7a layers.apk
63 ## Enabling layers
68 # Enable layers
77 # Specify a package to search for layers
80 To disable the per-app layers:
91 # This will attempt to load layers for all applications, including native executables
92 adb shell setprop debug.gles.layers <layer1:layer2:layerN>
106 For more formalized layers that need to fully initialize up front, or layers that needs to look up …
239 - Who can use layers?
241 - How do we know if layers are working on a device?