Home
last modified time | relevance | path

Searched refs:Description (Results 1 – 25 of 92) sorted by relevance

1234

/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.cpp29 void Description::setPremultipliedAlpha(bool premultipliedAlpha) { in setPremultipliedAlpha()
33 void Description::setOpaque(bool opaque) { in setOpaque()
37 void Description::setTexture(const Texture& texture) { in setTexture()
42 void Description::disableTexture() { in disableTexture()
46 void Description::setColor(const half4& color) { in setColor()
50 void Description::setProjectionMatrix(const mat4& mtx) { in setProjectionMatrix()
54 void Description::setSaturationMatrix(const mat4& mtx) { in setSaturationMatrix()
58 void Description::setColorMatrix(const mat4& mtx) { in setColorMatrix()
62 void Description::setInputTransformMatrix(const mat3& matrix) { in setInputTransformMatrix()
66 void Description::setOutputTransformMatrix(const mat4& matrix) { in setOutputTransformMatrix()
[all …]
DProgramCache.cpp132 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey()
161 case Description::TransferFunction::LINEAR: in computeKey()
165 case Description::TransferFunction::SRGB: in computeKey()
168 case Description::TransferFunction::ST2084: in computeKey()
171 case Description::TransferFunction::HLG: in computeKey()
177 case Description::TransferFunction::LINEAR: in computeKey()
181 case Description::TransferFunction::SRGB: in computeKey()
184 case Description::TransferFunction::ST2084: in computeKey()
187 case Description::TransferFunction::HLG: in computeKey()
666 void ProgramCache::useProgram(const Description& description) { in useProgram()
DDescription.h34 class Description {
36 Description() = default;
37 ~Description() = default;
DGLES20RenderEngine.cpp331 Description wideColorState = mState; in drawMesh()
393 wideColorState.setInputTransferFunction(Description::TransferFunction::ST2084); in drawMesh()
396 wideColorState.setInputTransferFunction(Description::TransferFunction::HLG); in drawMesh()
399 wideColorState.setInputTransferFunction(Description::TransferFunction::LINEAR); in drawMesh()
402 wideColorState.setInputTransferFunction(Description::TransferFunction::SRGB); in drawMesh()
408 wideColorState.setOutputTransferFunction(Description::TransferFunction::ST2084); in drawMesh()
411 wideColorState.setOutputTransferFunction(Description::TransferFunction::HLG); in drawMesh()
414 wideColorState.setOutputTransferFunction(Description::TransferFunction::SRGB); in drawMesh()
DProgramCache.h30 class Description; variable
168 void useProgram(const Description& description);
172 static Key computeKey(const Description& description);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtilsMatchers.java32 import org.hamcrest.Description;
48 public void describeTo(final Description description) { in drawable()
96 public void describeTo(final Description description) { in isBackground()
138 public void describeTo(final Description description) {
178 public void describeTo(final Description description) {
204 public void describeTo(final Description description) {
230 public void describeTo(Description description) {
248 public void describeTo(Description description) {
267 public void describeTo(Description description) {
298 public void describeTo(Description description) {
[all …]
/frameworks/base/libs/hwui/
DTessellationCache.h53 struct Description { struct
54 HASHABLE_TYPE(Description);
76 Description(); argument
77 Description(Type type, const Matrix4& transform, const SkPaint& paint);
172 typedef VertexBuffer* (*Tessellator)(const Description&);
183 Buffer* getOrCreateBuffer(const Description& entry, Tessellator tessellator);
195 LruCache<Description, Buffer*> mCache;
196 class BufferRemovedListener : public OnEntryRemoved<Description, Buffer*> {
197 void operator()(Description& description, Buffer*& buffer) override;
DTessellationCache.cpp36 TessellationCache::Description::Description() in Description() function in android::uirenderer::TessellationCache::Description
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, in Description() function in android::uirenderer::TessellationCache::Description
60 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const { in operator ==()
78 hash_t TessellationCache::Description::hash() const { in hash()
90 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const { in setupMatrixAndPaint()
125 TessellationTask(Tessellator tessellator, const Description& description) in TessellationTask()
131 Description description;
283 , mCache(LruCache<Description, Buffer*>::kUnlimitedCapacity) in TessellationCache()
300 LruCache<Description, Buffer*>::Iterator iter(mCache); in getSize()
334 void TessellationCache::BufferRemovedListener::operator()(Description& description, in operator ()()
[all …]
/frameworks/base/core/java/android/util/
DEventLogTags.java28 public static class Description { class in EventLogTags
32 Description(int tag, String name) { in Description() method in EventLogTags.Description
42 public Description get(String name) { return null; } in get()
44 public Description get(int tag) { return null; } in get()
/frameworks/base/core/java/android/view/animation/
DClipRectAnimation.java68 Description d = Description.parseValue(a.peekValue( in ClipRectAnimation()
73 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
78 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
83 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
89 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
94 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
99 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
104 d = Description.parseValue(a.peekValue( in ClipRectAnimation()
DTranslateAnimation.java67 Description d = Description.parseValue(a.peekValue( in TranslateAnimation()
72 d = Description.parseValue(a.peekValue( in TranslateAnimation()
77 d = Description.parseValue(a.peekValue( in TranslateAnimation()
82 d = Description.parseValue(a.peekValue( in TranslateAnimation()
DRotateAnimation.java58 Description d = Description.parseValue(a.peekValue( in RotateAnimation()
63 d = Description.parseValue(a.peekValue( in RotateAnimation()
/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
DTestUtilsMatchers.java30 import org.hamcrest.Description;
45 public void describeTo(final Description description) { in backgroundColor()
87 public void describeTo(Description description) { in isOfClass()
107 public void describeTo(final Description description) {
153 public void describeTo(final Description description) {
198 public void describeTo(final Description description) {
240 public void describeTo(Description description) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockUtils.java31 import org.hamcrest.Description;
51 public void describeTo(Description description) { in checkUserHandle()
67 public void describeTo(Description description) { in checkIntentComponent()
83 public void describeTo(Description description) { in checkIntentAction()
102 public void describeTo(Description description) { in checkIntent()
119 public void describeTo(Description description) { in checkUserRestrictions()
143 public void describeTo(Description description) { in checkApps()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DOptionalClassRunner.java19 import org.junit.runner.Description;
70 public Description getDescription() { in getDescription()
105 protected Description describeChild(Runner child) { in describeChild()
126 public Description getDescription() { in getDescription()
127 return Description.createTestDescription(mTestClass, "classNotFound"); in getDescription()
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/util/
DEmojiMatcher.java25 import org.hamcrest.Description;
90 public void describeTo(Description description) {
96 Description mismatchDescription) {
119 public void describeTo(Description description) {
125 Description mismatchDescription) {
164 public void describeTo(final Description description) {
181 Description mismatchDescription) {
/frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
DInstantTaskExecutorRule.java20 import org.junit.runner.Description;
30 protected void starting(Description description) { in starting()
46 protected void finished(Description description) { in finished()
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
DInstantTaskExecutorRule.java20 import org.junit.runner.Description;
30 protected void starting(Description description) { in starting()
46 protected void finished(Description description) { in finished()
/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
DInstantTaskExecutorRule.java23 import org.junit.runner.Description;
33 protected void starting(Description description) { in starting()
54 protected void finished(Description description) { in finished()
DCountingTaskExecutorRule.java25 import org.junit.runner.Description;
41 protected void starting(Description description) { in starting()
57 protected void finished(Description description) { in finished()
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/util/
DMoreViewAssertions.java28 import org.hamcrest.Description;
170 public void describeTo(Description description) {
184 public void describeTo(Description description) {
198 public void describeTo(Description description) {
DWakeLockRule.java25 import org.junit.runner.Description;
37 public Statement apply(final Statement statement, Description description) { in apply()
/frameworks/support/transition/src/androidTest/java/androidx/transition/
DChangeBoundsTest.java28 import org.hamcrest.Description;
72 public void describeTo(Description description) { in atTop()
86 public void describeTo(Description description) {
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DPerfManualStatusReporter.java22 import org.junit.runner.Description;
61 public Statement apply(Statement base, Description description) { in apply()
/frameworks/support/development/checkstyle/
DREADME1 Description:
8 Description: Checkstyle is a development tool to help programmers write Java

1234