OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapSampler
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
SkiaShader.h
56
GLuint
bitmapSampler
;
79
GLuint
bitmapSampler
;
SkiaShader.cpp
215
outData->
bitmapSampler
= (*textureUnit)++;
244
caches.textureState().activateTexture(data.
bitmapSampler
);
248
glUniform1i(caches.program().getUniform("
bitmapSampler
"), data.
bitmapSampler
);
329
outData->
bitmapSampler
= (*textureUnit)++;
343
caches.textureState().activateTexture(data.
bitmapSampler
);
349
glUniform1i(caches.program().getUniform("
bitmapSampler
"), data.
bitmapSampler
);
Completed in 35 milliseconds