Home | History | Annotate | Download | only in hwui

Lines Matching refs:shaderInfo

213         BitmapShaderInfo* shaderInfo,
243 if (shaderInfo) {
244 shaderInfo->width = width;
245 shaderInfo->height = height;
246 shaderInfo->wrapS = wrapS;
247 shaderInfo->wrapT = wrapT;
248 shaderInfo->texture = texture;
274 BitmapShaderInfo shaderInfo;
275 if (!bitmapShaderHelper(caches, NULL, &shaderInfo, extensions, bitmap, xy)) {
280 Texture* texture = shaderInfo.texture;
289 bindTexture(caches, texture, shaderInfo.wrapS, shaderInfo.wrapT);
295 glUniform2f(program->getUniform("textureDimension"), 1.0f / shaderInfo.width,
296 1.0f / shaderInfo.height);