Searched refs:Description (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/util/
H A DEventLogTags.java28 public static class Description { class in class:EventLogTags
32 Description(int tag, String name) { method in class:EventLogTags.Description
42 public Description get(String name) { return null; }
44 public Description get(int tag) { return null; }
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.cpp25 #include "Description.h"
29 Description::Description() : function in class:android::Description
40 Description::~Description() {
43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
50 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
56 void Description::setOpaque(bool opaque) {
62 void Description::setTexture(const Texture& texture) {
68 void Description
[all...]
H A DDescription.h34 class Description { class in namespace:android
58 Description();
59 ~Description();
H A DProgramCache.h26 #include "Description.h"
30 class Description;
36 * Description. It's responsible for figuring out what to
37 * generate from a Description.
44 * A Key is generated from a Description.
112 void useProgram(const Description& description);
117 // compute a cache Key from a Description
118 static Key computeKey(const Description& description);
H A DProgram.h24 #include "Description.h"
55 void setUniforms(const Description& desc);
H A DGLES20RenderEngine.h29 #include "Description.h"
54 Description mState;
H A DProgramCache.cpp24 #include "Description.h"
118 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
227 void ProgramCache::useProgram(const Description& description) {
H A DProgram.cpp23 #include "Description.h"
126 void Program::setUniforms(const Description& desc) {
/frameworks/base/libs/hwui/
H A DTessellationCache.h48 struct Description { struct in class:android::uirenderer::TessellationCache
49 DESCRIPTION_TYPE(Description);
71 Description();
72 Description(Type type, const Matrix4& transform, const SkPaint& paint);
147 typedef VertexBuffer* (*Tessellator)(const Description&);
154 Buffer* getOrCreateBuffer(const Description& entry, Tessellator tessellator);
167 LruCache<Description, Buffer*> mCache;
168 class BufferRemovedListener : public OnEntryRemoved<Description, Buffer*> {
169 void operator()(Description& description, Buffer*& buffer);
H A DTessellationCache.cpp37 TessellationCache::Description::Description() function in class:android::uirenderer::TessellationCache::Description
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint) function in class:android::uirenderer::TessellationCache::Description
58 hash_t TessellationCache::Description::hash() const {
70 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
100 TessellationTask(Tessellator tessellator, const Description& description)
108 Description description;
302 , mCache(LruCache<Description, Buffer*>::kUnlimitedCapacity)
326 LruCache<Description, Buffe
[all...]
/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java59 Description d = Description.parseValue(a.peekValue(
64 d = Description.parseValue(a.peekValue(
69 d = Description.parseValue(a.peekValue(
74 d = Description.parseValue(a.peekValue(
H A DRotateAnimation.java58 Description d = Description.parseValue(a.peekValue(
63 d = Description.parseValue(a.peekValue(
H A DLayoutAnimationController.java106 Animation.Description d = Animation.Description.parseValue(
H A DGridLayoutAnimationController.java118 Animation.Description d = Animation.Description.parseValue(
121 d = Animation.Description.parseValue(
H A DScaleAnimation.java120 Description d = Description.parseValue(a.peekValue(
125 d = Description.parseValue(a.peekValue(
H A DAnimation.java1073 protected static class Description { class in class:Animation
1081 * The absolute or relative dimension for this Description.
1097 static Description parseValue(TypedValue value) {
1098 Description d = new Description();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s30 ; * Description:
H A DomxVCM4P2_PredictReconCoefIntra_s.s26 ; * Description:
32 ; * Description:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s30 ; * Description:
H A DomxVCM4P2_PredictReconCoefIntra_s.s26 ; * Description:
32 ; * Description:
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h503 static const String8 Description; member in class:android::FwdLockEngine
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk28 RenderEngine/Description.cpp \
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp174 const String8 FwdLockEngine::Description("OMA V1 Forward Lock");
219 pSupportInfo->setDescription(Description);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s27 @ Description:
H A Dpvmp3_polyphase_filter_window_gcc.s27 @ Description:

Completed in 4220 milliseconds

12