Searched refs:isDirectSampled (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BitmapShader.java | 220 int shaderTileModeX, int shaderTileModeY, boolean filter, boolean isDirectSampled); in nativeCreate() argument 223 int shaderTileModeX, int shaderTileModeY, int maxAniso, boolean isDirectSampled); in nativeCreateWithMaxAniso() argument
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Shader.cpp | 72 jint tileModeX, jint tileModeY, bool isDirectSampled, in createBitmapShaderHelper() argument 82 if (!isDirectSampled && bitmap.hasGainmap()) { in createBitmapShaderHelper() 101 if (isDirectSampled) { in createBitmapShaderHelper() 119 bool isDirectSampled) { in BitmapShader_constructor() argument 123 isDirectSampled, sampling); in BitmapShader_constructor() 129 bool isDirectSampled) { in BitmapShader_constructorWithMaxAniso() argument 132 isDirectSampled, sampling); in BitmapShader_constructorWithMaxAniso()
|