Home
last modified time | relevance | path

Searched refs:hasInputTransformMatrix (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DProgramCache.h133 inline bool hasInputTransformMatrix() const { in hasInputTransformMatrix() function
140 return hasInputTransformMatrix() || hasOutputTransformMatrix(); in hasTransformMatrix()
DProgramCache.cpp148 description.hasInputTransformMatrix() in computeKey()
612 if (needs.hasInputTransformMatrix()) { in generateFragmentShader()
/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h44 bool hasInputTransformMatrix() const;
/frameworks/native/libs/renderengine/
DDescription.cpp40 bool Description::hasInputTransformMatrix() const { in hasInputTransformMatrix() function in android::renderengine::Description