Home
last modified time | relevance | path

Searched refs:bitmapSampler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaShader.h56 GLuint bitmapSampler; member
79 GLuint bitmapSampler; member
DSkiaShader.cpp215 outData->bitmapSampler = (*textureUnit)++; in tryStoreBitmap()
244 caches.textureState().activateTexture(data.bitmapSampler); in applyBitmap()
248 glUniform1i(caches.program().getUniform("bitmapSampler"), data.bitmapSampler); in applyBitmap()
329 outData->bitmapSampler = (*textureUnit)++; in tryStoreLayer()
343 caches.textureState().activateTexture(data.bitmapSampler); in applyLayer()
349 glUniform1i(caches.program().getUniform("bitmapSampler"), data.bitmapSampler); in applyLayer()