Lines Matching refs:texture

257             || (mOutGlop->fill.texture.texture && mOutGlop->fill.texture.texture->blend)
324 GlopBuilder& GlopBuilder::setFillTexturePaint(Texture& texture,
331 mOutGlop->fill.texture = { &texture,
351 || texture.blend
374 mOutGlop->fill.texture = {
377 mOutGlop->fill.texture = {
390 GlopBuilder& GlopBuilder::setFillPathTexturePaint(PathTexture& texture,
396 mOutGlop->fill.texture = { &texture, GL_TEXTURE_2D, GL_INVALID_ENUM, GL_INVALID_ENUM, nullptr };
407 GlopBuilder& GlopBuilder::setFillShadowTexturePaint(ShadowTexture& texture, int shadowColor,
413 mOutGlop->fill.texture = { &texture, GL_TEXTURE_2D, GL_INVALID_ENUM, GL_INVALID_ENUM, nullptr };
435 mOutGlop->fill.texture = { nullptr, GL_INVALID_ENUM, GL_INVALID_ENUM, GL_INVALID_ENUM, nullptr };
445 mOutGlop->fill.texture = { nullptr, GL_INVALID_ENUM, GL_INVALID_ENUM, GL_INVALID_ENUM, nullptr };
451 GlopBuilder& GlopBuilder::setFillLayer(Texture& texture, const SkColorFilter* colorFilter,
456 mOutGlop->fill.texture = { &texture,
469 mOutGlop->fill.texture = { &(layer.getTexture()),
480 GlopBuilder& GlopBuilder::setFillExternalTexture(Texture& texture, Matrix4& textureTransform) {
484 mOutGlop->fill.texture = { &texture,
538 mOutGlop->fill.texture.filter = GL_NEAREST;
572 mOutGlop->fill.texture.filter = GL_NEAREST;
600 if (glop.fill.texture.texture != nullptr) {
608 glop.fill.texture.texture,
615 "No texture, hT%d, hET %d, attribFlags %x",
625 if (description.hasTextureTransform != (glop.fill.texture.textureTransform != nullptr)) {
633 if (mOutGlop->fill.texture.target == GL_TEXTURE_2D) {
650 GLuint textureUnit = mOutGlop->fill.texture.texture ? 1 : 0;
699 if (fill.texture.texture) {
700 ALOGD(" texture %p, target %d, filter %d, clamp %d",
701 fill.texture.texture, fill.texture.target, fill.texture.filter, fill.texture.clamp);
702 if (fill.texture.textureTransform) {
703 fill.texture.textureTransform->dump("texture transform");