HomeSort by relevance Sort by last modified time
    Searched refs:describe (Results 1 - 18 of 18) sorted by null

  /frameworks/base/libs/hwui/
SkiaColorFilter.h 51 virtual void describe(ProgramDescription& description, const Extensions& extensions) = 0;
85 void describe(ProgramDescription& description, const Extensions& extensions);
100 void describe(ProgramDescription& description, const Extensions& extensions);
115 void describe(ProgramDescription& description, const Extensions& extensions);
SkiaColorFilter.cpp 51 void SkiaColorMatrixFilter::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaColorMatrixFilter
76 void SkiaLightingFilter::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaLightingFilter
98 void SkiaBlendFilter::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaBlendFilter
SkiaShader.h 62 virtual void describe(ProgramDescription& description, const Extensions& extensions);
146 void describe(ProgramDescription& description, const Extensions& extensions);
177 void describe(ProgramDescription& description, const Extensions& extensions);
201 virtual void describe(ProgramDescription& description, const Extensions& extensions);
225 void describe(ProgramDescription& description, const Extensions& extensions);
242 void describe(ProgramDescription& description, const Extensions& extensions);
SkiaShader.cpp 71 void SkiaShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaShader
105 void SkiaBitmapShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaBitmapShader
217 void SkiaLinearGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaLinearGradientShader
280 void SkiaCircularGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaCircularGradientShader
329 void SkiaSweepGradientShader::describe(ProgramDescription& description, function in class:android::uirenderer::SkiaSweepGradientShader
392 void SkiaComposeShader::describe(ProgramDescription& description, const Extensions& extensions) { function in class:android::uirenderer::SkiaComposeShader
393 mFirst->describe(description, extensions);
394 mSecond->describe(description, extensions);
OpenGLRenderer.cpp     [all...]
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 248 return describe(a.getPropertyChangeListeners())
249 .equals(describe(b.getPropertyChangeListeners()));
253 describe(deserialized.getPropertyChangeListeners()));
258 private String describe(PropertyChangeListener[] listeners) { method in class:PropertyChangeSupportTest
261 result.add(describe(listener)); method
267 private String describe(EventListener listener) { method in class:PropertyChangeSupportTest
270 return proxy.getPropertyName() + " to " + describe(proxy.getListener());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 107 String description = describe(message);
116 String description = describe(message);
138 String description = describe(message);
149 String description = describe(message);
170 private String describe(String message) { method in class:RenderLogger
  /external/libvpx/build/make/
version.sh 30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 52 * @see org.eclipse.core.runtime.content.IContentDescriber#describe(java.io.
55 public int describe(InputStream contents, IContentDescription description) throws IOException { method in class:BinaryXMLDescriber
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 103 * @param profile Profile to describe
106 private String describe(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
164 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
247 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
300 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
304 describe(null));
  /external/kernel-headers/original/linux/
key.h 217 /* describe a key */
218 void (*describe)(const struct key *key, struct seq_file *p); member in struct:key_type
  /ndk/build/core/
add-application.mk 22 # to describe the application to the build system, and the rest of the
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/iproute2/doc/
api-ip6-flowlabels.tex 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 296 % one after. I won't pretend I can describe this better than DEK...
    [all...]

Completed in 965 milliseconds