Home
last modified time | relevance | path

Searched defs:with (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/api/
Drs_graphics.spec804 vertex program. Calling this function with a custom vertex shader function
818 vertex program. Calling this function with a custom vertex shader function
832 vertex program. Calling this function with a custom vertex shader function
846 vertex program. Calling this function with a custom vertex shader function
/frameworks/native/libs/ui/
DRect.cpp84 bool Rect::intersect(const Rect& with, Rect* result) const { in intersect() argument
/frameworks/native/libs/gui/
DStreamSplitter.cpp282 void StreamSplitter::BufferTracker::mergeFence(const sp<Fence>& with) { in mergeFence()
/frameworks/base/core/java/android/animation/
DAnimatorSet.java1190 public Builder with(Animator anim) { in with() method in AnimatorSet.Builder