Searched defs:getShader (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java160 static private FragmentShader getShader(Resources res, RenderScriptGL rs, method in class:FullscreenBlur
180 mPF_Texture = getShader(res, rs, R.raw.texture, null);
182 mPF_BlurH = getShader(res, rs, R.raw.blur_h, blurConst.getAllocation().getType());
183 mPF_BlurV = getShader(res, rs, R.raw.blur_v, blurConst.getAllocation().getType());
184 mPF_SelectColor = getShader(res, rs, R.raw.select_color, null);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h469 static inline const SkShader* getShader(const SkPaint* paint) { function in class:android::uirenderer::OpenGLRenderer
470 return paint ? paint->getShader() : NULL;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java227 public Shader_Delegate getShader() { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java909 public Shader getShader() { method in class:Paint

Completed in 165 milliseconds